llvm-project/llvm/test/CodeGen
Amara Emerson d3144a4abc [AArch64][GlobalISel] Add manual selection support for G_ZEXTLOADs to s64.
We already get support for G_ZEXTLOAD to s32 from the importer, but it can't
deal with the SUBREG_TO_REG in the pattern. Tweaking the existing manual
selection code for G_LOAD to handle an additional SUBREG_TO_REG when dealing
with G_ZEXTLOAD isn't much work.

Also add tests to check the imported pattern selections to s32 work.

llvm-svn: 362681
2019-06-06 07:58:37 +00:00
..
AArch64 [AArch64][GlobalISel] Add manual selection support for G_ZEXTLOADs to s64. 2019-06-06 07:58:37 +00:00
AMDGPU AMDGPU: Don't fix emergency stack slot at offset 0 2019-06-05 22:37:50 +00:00
ARC
ARM [NFC][Codegen] D62818 - also add tests with X being constant 2019-06-04 11:44:50 +00:00
AVR [AVR] Fix incorrect source regclass of LDWRdPtr 2019-06-03 02:31:07 +00:00
BPF [BPF] generate R_BPF_NONE relocation for BTF DataSec variables 2019-05-26 21:26:06 +00:00
Generic [IR] allow fast-math-flags on select of FP values 2019-05-22 15:50:46 +00:00
Hexagon UpdateTestChecks: hexagon support 2019-06-05 14:08:01 +00:00
Inputs
Lanai [DAGCombine][X86][AArch64][MIPS][LANAI] (C - x) - y -> C - (x + y) fold (PR41952) 2019-06-04 11:06:21 +00:00
MIR AMDGPU: Invert frame index offset interpretation 2019-06-05 22:20:47 +00:00
MSP430 [AsmPrinter] refactor to support %c w/ GlobalAddress' 2019-04-26 18:45:04 +00:00
Mips [MIPS GlobalISel] Select fcmp 2019-06-05 14:03:13 +00:00
NVPTX SelectionDAG: accommodate atomic floating stores. 2019-05-10 11:23:04 +00:00
PowerPC [PowerPC] Collapse RLDICL/RLDICR into RLDIC when possible 2019-06-05 02:36:40 +00:00
RISCV [RISCV][NFC] Add nounwind attribute to functions missing it in test/CodeGen/RISCV 2019-05-23 12:43:13 +00:00
SPARC [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fold. Try 3 2019-05-30 20:37:18 +00:00
SystemZ Allow target to handle STRICT floating-point nodes 2019-06-05 22:33:10 +00:00
Thumb [TargetLowering] Extend bool args to inline-asm according to getBooleanType 2019-05-22 16:16:15 +00:00
Thumb2 [ARM] Replace fp-only-sp and d16 with fp64 and d32. 2019-05-28 16:13:20 +00:00
WebAssembly [WebAssembly] Limit PIC support to the Emscripten target 2019-06-05 20:01:01 +00:00
WinCFGuard
WinEH
X86 [X86] Don't turn avx masked.load with constant mask into masked.load+vselect when passthru value is all zeroes. 2019-06-06 05:41:27 +00:00
XCore [AsmPrinter] refactor to support %c w/ GlobalAddress' 2019-04-26 18:45:04 +00:00