1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/CodeGen
Cameron Zwarich 9ed726c151 Optimize trivial branches in CodeGenPrepare, which often get created from the
lowering of objectsize intrinsics. Unfortunately, a number of tests were relying
on llc not optimizing trivial branches, so I had to add an option to allow them
to continue to test what they originally tested.

This fixes <rdar://problem/8785296> and <rdar://problem/9112893>.

llvm-svn: 127459
2011-03-11 04:54:27 +00:00
..
Alpha
ARM Optimize trivial branches in CodeGenPrepare, which often get created from the 2011-03-11 04:54:27 +00:00
Blackfin Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
CBackend
CellSPU Optimize trivial branches in CodeGenPrepare, which often get created from the 2011-03-11 04:54:27 +00:00
CPP
Generic Make this test x86 specific because the ARM backend can't handle it. 2011-02-28 12:30:47 +00:00
MBlaze fix visitShift to properly zero extend the shift amount if the provided operand 2011-02-13 09:02:52 +00:00
Mips Revert "Re-enable test and hope to silence the buildbots", still broken. 2011-03-09 22:48:46 +00:00
MSP430 Enhance ComputeMaskedBits to know that aligned frameindexes 2011-02-13 22:25:43 +00:00
PowerPC Fix mistyped CHECK lines. 2011-03-09 22:07:31 +00:00
PTX PTX: Add preliminary support for floating-point divide and multiply-and-add 2011-03-10 16:57:18 +00:00
SPARC Generate correct Sparc32 ABI compliant code for functions that return a struct. 2011-02-21 03:42:44 +00:00
SystemZ
Thumb Optimize trivial branches in CodeGenPrepare, which often get created from the 2011-03-11 04:54:27 +00:00
Thumb2 Optimize trivial branches in CodeGenPrepare, which often get created from the 2011-03-11 04:54:27 +00:00
X86 Optimize trivial branches in CodeGenPrepare, which often get created from the 2011-03-11 04:54:27 +00:00
XCore Fix mistyped CHECK lines. 2011-03-09 22:07:31 +00:00