llvm-6502/test/CodeGen
Chris Lattner b44101c140 Implement support for fast isel of calls of i1 arguments, even though they are illegal,
when they are a truncate from something else.  This eliminates fully half of all the 
fastisel rejections on a test c++ file I'm working with, which should make a substantial
improvement for -O0 compile of c++ code.

This fixed rdar://9297003 - fast isel bails out on all functions taking bools


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129752 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-19 05:09:50 +00:00
..
Alpha
ARM Make tests register allocation independent again. 2011-04-19 00:14:43 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic
MBlaze
Mips Make tests register allocation independent again. 2011-04-19 00:14:43 +00:00
MSP430
PowerPC
PTX
SPARC
SystemZ
Thumb Make tests register allocation independent again. 2011-04-19 00:14:43 +00:00
Thumb2
X86 Implement support for fast isel of calls of i1 arguments, even though they are illegal, 2011-04-19 05:09:50 +00:00
XCore