llvm-6502/test/CodeGen
Stuart Hastings 5adc646380 Non-fast-isel followup to 129634; correctly handle branches controlled
by non-CMP expressions.  The executable test case (129821) would test
this as well, if we had an "-O0 -disable-arm-fast-isel" LLVM-GCC
tester.  Alas, the ARM assembly would be very difficult to check with
FileCheck.

The thumb2-cbnz.ll test is affected; it generates larger code (tst.w
vs. cmp #0), but I believe the new version is correct.
rdar://problem/9298790


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131261 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-12 23:36:41 +00:00
..
Alpha
ARM Correction. Use explicit target triple in the test. 2011-05-12 21:55:34 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic
MBlaze
Mips Remove LLVM IR metadata in test case committed in r130847. 2011-05-04 18:28:36 +00:00
MSP430 Fix register-dependent test in MSP430. 2011-05-04 01:01:39 +00:00
PowerPC FileCheckize and break dependence on coalescing order. 2011-05-04 19:02:01 +00:00
PTX PTX: add test cases for cvt, fneg, and selp 2011-05-10 14:53:13 +00:00
SPARC Fix more register and coalescing dependencies. 2011-05-04 19:02:11 +00:00
SystemZ
Thumb Move this test to CodeGen/Thumb. rdar://problem/9416774 2011-05-11 19:41:28 +00:00
Thumb2 Non-fast-isel followup to 129634; correctly handle branches controlled 2011-05-12 23:36:41 +00:00
X86 Re-enable branchfolding common code hoisting optimization. Fixed a liveness test bug and also taught it to update liveins. 2011-05-12 20:30:01 +00:00
XCore Fix register-dependent XCore tests 2011-05-04 01:01:41 +00:00