llvm-6502/test/CodeGen
Owen Anderson d9bf71fdd2 Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move, since there are only two possible values.
Previously, this would become an integer extension operation, followed by a real integer->float conversion.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159957 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-09 20:31:12 +00:00
..
ARM Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move, since there are only two possible values. 2012-07-09 20:31:12 +00:00
CellSPU
CPP
Generic
Hexagon
MBlaze
Mips Mips specific inline asm operand modifier D. 2012-07-05 23:58:21 +00:00
MSP430
NVPTX
PowerPC
SPARC
Thumb
Thumb2
X86 X86: implement functions to analyze & synthesize CMOV|SET|Jcc 2012-07-09 18:57:12 +00:00
XCore