llvm-6502/test/CodeGen
Nadav Rotem 154819dd6f Fix a bug in the lowering of broadcasts: ConstantPools need to use the target pointer type.
Move NormalizeVectorShuffle and LowerVectorBroadcast into X86TargetLowering.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154310 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-09 07:45:58 +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
PTX
SPARC
Thumb
Thumb2 Don't break the IV update in TLI::SimplifySetCC(). 2012-04-05 20:30:20 +00:00
X86 Fix a bug in the lowering of broadcasts: ConstantPools need to use the target pointer type. 2012-04-09 07:45:58 +00:00
XCore