llvm-6502/test/CodeGen
Dale Johannesen f630c712b1 Implement vector constants which are splat of
integers with mov + vdup.  8003375.  This is
currently disabled by default because LICM will
not hoist a VDUP, so it pessimizes the code if
the construct occurs inside a loop (8248029).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109799 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-29 20:10:08 +00:00
..
Alpha
ARM Currently EH lowering code expects typeinfo to be global only. 2010-07-26 18:45:39 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECTOR calling itself 2010-07-27 18:02:18 +00:00
MBlaze
Mips
MSP430
PIC16
PowerPC
SPARC
SystemZ
Thumb
Thumb2 Implement vector constants which are splat of 2010-07-29 20:10:08 +00:00
X86 Implement a vectorized algorithm for <16 x i8> << <16 x i8> 2010-07-28 00:21:48 +00:00
XCore