llvm-6502/test/CodeGen
Nadav Rotem 638e4c13cb The PMOVZXWD family of functions had patterns extends narrow vector types to wide vector types.
It had patterns for zext-loading and extending. This commit adds patterns for loading a wide type, performing a bitcast,
and extending. This is an odd pattern, but it is commonly used when writing code with intrinsics.

rdar://11897677



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163995 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-16 07:39:07 +00:00
..
ARM This patch introduces A15 as a target in LLVM. 2012-09-13 15:05:10 +00:00
CellSPU
CPP
Generic
Hexagon
MBlaze
Mips Handled unaligned load/stores properly in Mips16 2012-09-15 01:02:03 +00:00
MSP430
NVPTX
PowerPC This patch corrects logic in PPCFrameLowering for save and restore of 2012-09-12 14:47:47 +00:00
SPARC
Thumb
Thumb2
X86 The PMOVZXWD family of functions had patterns extends narrow vector types to wide vector types. 2012-09-16 07:39:07 +00:00
XCore