llvm-6502/test/CodeGen
Stuart Hastings ca1ef48585 X86 pmovsx/pmovzx ignore the upper half of their inputs.
rdar://problem/6945110


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131493 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-17 22:13:31 +00:00
..
Alpha If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG message instead of creating DBG_VALUE for undefined value in reg0. 2010-12-06 22:39:26 +00:00
ARM vrev is incorrectly defined in the perfect shuffle table. The ordering is backwards (should be 0x3210 versus 0x1032) which exposed a bug when doing a shuffle on a 4xi16. I've attached a test case. 2011-05-17 20:48:40 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Move test for appropriate directory. 2011-05-17 19:06:43 +00:00
MBlaze
Mips
MSP430
PowerPC
PTX
SPARC
SystemZ
Thumb Move this test to CodeGen/Thumb. rdar://problem/9416774 2011-05-11 19:41:28 +00:00
Thumb2
X86 X86 pmovsx/pmovzx ignore the upper half of their inputs. 2011-05-17 22:13:31 +00:00
XCore