llvm-project/llvm/test/CodeGen
Sanjay Patel 94c0eb031c [ARM, AArch64] adjust tests trying to maintain their objective; NFC
A smarter compiler will see that these might be better without a jump table
if we're just using the constant values of the switch.

llvm-svn: 316012
2017-10-17 16:54:56 +00:00
..
AArch64 [ARM, AArch64] adjust tests trying to maintain their objective; NFC 2017-10-17 16:54:56 +00:00
AMDGPU Use the return value of UpdateNodeOperands(); in some cases, UpdateNodeOperands() modifies the node in-place and using the return value isn’t strictly necessary. However, it does not necessarily modify the node, but may return a resultant node if it already exists in the DAG. See comments in UpdateNodeOperands(). In that case, the return value must be used to avoid such scenarios as an infinite loop (node is assumed to have been updated, so added back to the worklist, and re-processed; however, node hasn’t changed so it is once again passed to UpdateNodeOperands(), assumed modified, added back to worklist; cycle infinitely repeats). 2017-10-16 23:38:53 +00:00
ARC [ARC] Add ARC backend. 2017-08-24 15:40:33 +00:00
ARM [GISel]: Fix generation of illegal COPYs during CallLowering 2017-10-09 20:07:43 +00:00
AVR [AVR] Elaborate LDWRdPtr into `ld r, X++; ld r+1, X` 2017-10-04 10:33:36 +00:00
BPF bpf: fix bug on silently truncating 64-bit immediate 2017-10-16 04:14:53 +00:00
Generic [ARM/AARCH64] Make test MachineBranchProb.ll more robust and re-enable for ARM/AArch64 2017-10-05 18:33:34 +00:00
Hexagon [Hexagon] Minimize number of repeated constant extenders 2017-10-13 19:02:59 +00:00
Inputs
Lanai
MIR [RegisterCoalescer] Don't set read-undef in pruneValues, only clear 2017-10-12 06:21:28 +00:00
MSP430
Mips [mips] Provide alternate predicates for constant synthesis 2017-10-16 13:18:21 +00:00
NVPTX [NVPTX] Implemented wmma intrinsics and instructions. 2017-10-12 18:27:55 +00:00
Nios2
PowerPC [PowerPC] Eliminate sign- and zero-extensions if already sign- or zero-extended 2017-10-16 04:12:57 +00:00
SPARC Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"" 2017-10-03 16:59:13 +00:00
SystemZ [SystemZ] Enable machine scheduler. 2017-10-06 13:59:28 +00:00
Thumb Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"" 2017-10-03 16:59:13 +00:00
Thumb2 [ARM] Call setBooleanContents(ZeroOrOneBooleanContent) 2017-08-22 11:02:37 +00:00
WebAssembly [WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcasts 2017-10-10 16:20:18 +00:00
WinEH
X86 [X86][Broadwell] Added the broadwell cpu to the scheduling regression tests.<NFC> 2017-10-17 13:45:39 +00:00
XCore [MC] Suppress .Lcfi labels when emitting textual assembly 2017-10-10 00:57:36 +00:00