1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test
Sander de Smalen 99adcebf9f This is a recommit of r336322, previously reverted in r336324 due to
a deficiency in TableGen that has been addressed in r336334.

[AArch64][SVE] Asm: Support for predicated FP rounding instructions.

This patch also adds instructions for predicated FP square-root and
reciprocal exponent.

The added instructions are:
- FRINTI  Round to integral value (current FPCR rounding mode)
- FRINTX  Round to integral value (current FPCR rounding mode, signalling inexact)
- FRINTA  Round to integral value (to nearest, with ties away from zero)
- FRINTN  Round to integral value (to nearest, with ties to even)
- FRINTZ  Round to integral value (toward zero)
- FRINTM  Round to integral value (toward minus Infinity)
- FRINTP  Round to integral value (toward plus Infinity)
- FSQRT   Floating-point square root
- FRECPX  Floating-point reciprocal exponent

llvm-svn: 336387
2018-07-05 20:21:21 +00:00
..
Analysis [CostModel][X86] Add UDIV/UREM by pow2 costs 2018-07-05 16:56:28 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X86] Remove the last of the 'x86.fma.' intrinsics and autoupgrade them to 'llvm.fma'. Add upgrade tests for all. 2018-07-05 18:43:58 +00:00
DebugInfo NFC - Various typo fixes in tests 2018-07-04 13:28:39 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [HWASan] Do not retag allocas before return from the function. 2018-06-29 20:20:17 +00:00
Integer
JitListener
Linker
LTO
MC This is a recommit of r336322, previously reverted in r336324 due to 2018-07-05 20:21:21 +00:00
Object
ObjectYAML
Other Implement strip.invariant.group 2018-07-02 04:49:30 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [TableGen] Increase the number of supported decoder fix-ups. 2018-07-05 10:39:15 +00:00
ThinLTO/X86 [ThinLTO] Update ThinLTO cache file atimes when on Windows 2018-07-04 14:17:10 +00:00
tools [llvm-objdump] Removed archive-headers-disas test 2018-07-05 16:49:46 +00:00
Transforms Fix asserts in AMDGCN fmed3 folding by handling more cases of NaN 2018-07-05 17:05:36 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh