llvm-6502/test/CodeGen
Duncan Sands 3ef3fcfc04 Only have codegen turn fdiv by a constant into fmul by the reciprocal
when -ffast-math, i.e. don't just always do it if the reciprocal can
be formed exactly.  There is already an IR level transform that does
that, and it does it more carefully.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154296 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-08 18:08:12 +00:00
..
ARM Convert floating point division by a constant into multiplication by the 2012-04-07 20:04:00 +00:00
CellSPU 1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new 2012-04-07 21:19:08 +00:00
CPP
Generic Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it would crash if it encountered a 1 element VSELECT. Solution is slightly more complicated than just creating a SELET as we have to mask or sign extend the vector condition if it had different boolean contents from the scalar condition. Fixes <rdar://problem/11178095> 2012-04-03 22:57:55 +00:00
Hexagon
MBlaze
Mips Add lines in global-address.ll to test N32 and N64 code generation. 2012-04-06 20:23:36 +00:00
MSP430
PowerPC Enable prefetch generation on PPC64. 2012-04-01 20:08:17 +00:00
PTX
SPARC
Thumb
Thumb2 Don't break the IV update in TLI::SimplifySetCC(). 2012-04-05 20:30:20 +00:00
X86 Only have codegen turn fdiv by a constant into fmul by the reciprocal 2012-04-08 18:08:12 +00:00
XCore No need to run llvm-as. 2012-04-02 19:44:20 +00:00