llvm-project/llvm/test/CodeGen
Matt Arsenault 443556c18f AMDGPU/GlobalISel: Fix some legalization of < dword vector stores
This avoids many instances of failing to legalize a vector truncstore
of <4 x s8> to 2 bytes. We don't perfectly handle every truncstore
yet, largely because the given set of legalization actions can't
actually differentiate between changing the result type and changing
the memory type.
2020-06-26 18:07:39 -04:00
..
AArch64 GlobalISel: Don't fail translate on weak cmpxchg 2020-06-26 17:52:18 -04:00
AMDGPU AMDGPU/GlobalISel: Fix some legalization of < dword vector stores 2020-06-26 18:07:39 -04:00
ARC
ARM [ARM] VCVTT fpround instruction selection 2020-06-26 10:24:06 +01:00
AVR [AVR] Rewrite the function calling convention. 2020-06-23 21:36:18 +12:00
BPF [BPF] fix a bug for BTF pointee type pruning 2020-06-17 15:13:46 -07:00
Generic [LLParser] Delete temp CallInst when error occurs 2020-06-16 11:41:25 +08:00
Hexagon [Hexagon] Reducing minimum alignment requirement 2020-06-24 10:28:37 -05:00
Inputs
Lanai
MIR [MIR] Fix CFI_INSTRUCTION escape printing 2020-06-24 18:15:28 -04:00
MSP430 [MSP430] Update register names 2020-06-26 15:32:07 +03:00
Mips [DAGCombine] Generalize the case (add (or x, c1), c2) -> (add x, (c1 + c2)) 2020-06-12 13:53:08 -04:00
NVPTX [NVPTX] Fix for NVPTX module asm regression 2020-06-24 11:17:09 -07:00
PowerPC [PowerPC] Add support for llvm.ppc.dcbt, llvm.ppc.dcbtst, llvm.ppc.isync intrinsics 2020-06-26 13:02:18 -05:00
RISCV [RISCV][NFC] Add tests for folds of ADDIs into load/stores 2020-06-23 22:59:54 +01:00
SPARC [SPARC] Lower fp16 ops to libcalls 2020-06-10 19:15:26 -07:00
SystemZ [SystemZ] Bugfix in storeLoadCanUseBlockBinary(). 2020-06-17 09:49:31 +02:00
Thumb
Thumb2 [ARM] VCVTT fpround instruction selection 2020-06-26 10:24:06 +01:00
VE [VE] Support relocation information in MC layer 2020-06-15 11:24:53 +02:00
WebAssembly [WebAssembly] Adding 64-bit versions of __stack_pointer and other globals 2020-06-25 15:52:44 -07:00
WinCFGuard
WinEH
X86 Extend or truncate __ptr32/__ptr64 pointers when dereferenced. 2020-06-26 13:33:54 -07:00
XCore