llvm-project/llvm/test/CodeGen
Craig Topper 3a391fc0e8 [X86] Add a DAG combine for (aext_vector_inreg (aext_vector_inreg X)) -> (aext_vector_inreg X) to fix a regression from my previous commit.
Type legalization is causing two nodes to be created here, but we can use a single node to extend from v8i16 to v2i64.

llvm-svn: 354648
2019-02-22 01:49:53 +00:00
..
AArch64 Re-land "[AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTOR"" 2019-02-21 20:20:16 +00:00
AMDGPU AMDGPU: Remove debugger related subtarget features 2019-02-21 23:27:46 +00:00
ARC
ARM [ARM GlobalISel] Support G_FRAME_INDEX for Thumb2 2019-02-21 13:00:02 +00:00
AVR [AVR] Insert unconditional branch when inserting MBBs between blocks with fallthrough 2019-01-21 04:32:02 +00:00
BPF [BPF] make test case reloc-btf.ll tolerable for old compilers 2019-02-20 00:22:19 +00:00
Generic [AVR] Remove unneeded XFAILs from the Generic CodeGen tests 2019-01-20 11:16:58 +00:00
Hexagon [Hexagon] Use misaligned load instead of trap0(#0) for __builtin_trap 2019-02-21 19:42:39 +00:00
Inputs
Lanai
MIR [X86] Add FPCW as an implicit use on floating point load instructions. 2019-02-08 20:50:09 +00:00
MSP430 Enable integrated assembler on MSP430 by default. 2019-02-05 18:01:45 +00:00
Mips [MIPS MSA] Avoid some DAG combines for vector shifts 2019-02-20 13:42:44 +00:00
NVPTX [NVPTX] Some nvvm.read.ptx.sreg intrinsics should have IntrInaccessibleMemOnly attribute. 2019-01-26 00:28:32 +00:00
PowerPC [PPC] Add store merging testcase. 2019-02-21 16:34:48 +00:00
RISCV [RISCV] Re-organise calling convention tests 2019-02-19 13:47:19 +00:00
SPARC Replace "no-frame-pointer-*" function attributes with "frame-pointer" 2019-01-14 10:55:55 +00:00
SystemZ Recommit "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support." 2019-02-15 19:13:55 +00:00
Thumb Revert 354564: [ARM] Add some missing thumb1 opcodes to enable peephole optimisation of CMPs 2019-02-21 11:03:13 +00:00
Thumb2 [ARM] Ensure we update the correct flags in the peephole optimiser 2019-02-14 11:09:24 +00:00
WebAssembly [WebAssembly] Default to something reasonable in WebAssemblyAddMissingPrototypes 2019-02-21 03:27:00 +00:00
WinCFGuard
WinEH [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp 2019-01-16 00:37:13 +00:00
X86 [X86] Add a DAG combine for (aext_vector_inreg (aext_vector_inreg X)) -> (aext_vector_inreg X) to fix a regression from my previous commit. 2019-02-22 01:49:53 +00:00
XCore Replace "no-frame-pointer-*" function attributes with "frame-pointer" 2019-01-14 10:55:55 +00:00