llvm-6502/test/CodeGen
Kalle Raiskila 31cbac1cfe Allow vector shifts (shl,lshr,ashr) on SPU.
There was a previous implementation with patterns that would 
have matched e.g. 
	shl <v4i32> <i32>,
but this is not valid LLVM IR so they never were selected.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126998 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-04 13:19:18 +00:00
..
Alpha
ARM Bug#9033: For the ELF assembler output, always quote the section name. 2011-03-03 22:31:08 +00:00
Blackfin Bug#9033: For the ELF assembler output, always quote the section name. 2011-03-03 22:31:08 +00:00
CBackend
CellSPU Allow vector shifts (shl,lshr,ashr) on SPU. 2011-03-04 13:19:18 +00:00
CPP
Generic Make this test x86 specific because the ARM backend can't handle it. 2011-02-28 12:30:47 +00:00
MBlaze fix visitShift to properly zero extend the shift amount if the provided operand 2011-02-13 09:02:52 +00:00
Mips Bug#9033: For the ELF assembler output, always quote the section name. 2011-03-03 22:31:08 +00:00
MSP430 Enhance ComputeMaskedBits to know that aligned frameindexes 2011-02-13 22:25:43 +00:00
PowerPC Bug#9033: For the ELF assembler output, always quote the section name. 2011-03-03 22:31:08 +00:00
PTX Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
SPARC Generate correct Sparc32 ABI compliant code for functions that return a struct. 2011-02-21 03:42:44 +00:00
SystemZ
Thumb Sorry, several patches in one. 2011-01-20 08:34:58 +00:00
Thumb2 Move a test that ended up in the wrong place. 2011-02-05 04:15:50 +00:00
X86 Revert r123908; the code in question is completely untested and wrong. 2011-03-03 22:33:23 +00:00
XCore Bug#9033: For the ELF assembler output, always quote the section name. 2011-03-03 22:31:08 +00:00