llvm-project/llvm/test/CodeGen
Matt Arsenault 8ec5c10042 GlobalISel/TableGen: Handle setcc patterns
This is a special case because one node maps to two different G_
instructions, and the operand order is changed.

This mostly enables G_FCMP for AMDPGPU. G_ICMP is still manually
selected for now since it has the SALU and VALU complication to deal
with.

llvm-svn: 370280
2019-08-29 01:13:41 +00:00
..
AArch64 Add requirement to test. 2019-08-29 00:46:57 +00:00
AMDGPU GlobalISel/TableGen: Handle setcc patterns 2019-08-29 01:13:41 +00:00
ARC
ARM [ARM][ParallelDSP] Change search for muls 2019-08-28 08:51:13 +00:00
AVR
BPF [BPF] Fix bpf llvm-objdump issues. 2019-08-17 22:12:00 +00:00
Generic [GlobalISel] Handle multiple registers in dbg.value intrinsic 2019-08-20 16:28:37 +00:00
Hexagon [Hexagon] Improve generated code for test-if-bit-clear 2019-08-26 19:08:08 +00:00
Inputs [CodeGen] Add stack protector tests where the guard gets re-assigned 2019-07-17 20:46:16 +00:00
Lanai [SDAG] commute setcc operands to match a subtract 2019-07-10 23:23:54 +00:00
MIR AMDGPU: Add amdgpu-32bit-address-high-bits to MIR serialization 2019-08-27 18:18:38 +00:00
MSP430
Mips GlobalISel/TableGen: Handle setcc patterns 2019-08-29 01:13:41 +00:00
NVPTX [NVPTX] Fix PR41651 2019-07-30 19:52:01 +00:00
PowerPC [FPEnv] Add fptosi and fptoui constrained intrinsics. 2019-08-28 16:33:36 +00:00
RISCV [RISCV] Avoid generating AssertZext for LP64 ABI when lowering floating LibCall 2019-08-28 23:40:37 +00:00
SPARC [test] Fix tests when run on windows after SVN r369426. NFC. 2019-08-20 20:58:02 +00:00
SystemZ [SystemZ] Regenerate <8 x i31> store test 2019-07-29 09:49:23 +00:00
Thumb [MBP] Disable aggressive loop rotate in plain mode 2019-08-22 16:21:32 +00:00
Thumb2 [MVE] VMOVX patterns 2019-08-28 10:13:23 +00:00
WebAssembly [WebAssembly] Add atomic.fence instruction 2019-08-28 23:13:43 +00:00
WinCFGuard
WinEH IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
X86 Use the handle --check-prefixes mechanism to de-verbosify a couple atomics tests [NFC] 2019-08-28 20:27:39 +00:00
XCore