llvm-6502/test/CodeGen
Bob Wilson eb0c3d3729 Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the
vabd intrinsic and add and/or zext operations.  In the case of vaba, this
also avoids the need for a DAG combine pattern to combine vabd with add.
Update tests.  Auto-upgrade the old intrinsics.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112941 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-03 01:35:08 +00:00
..
Alpha PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actually 2010-08-01 21:13:28 +00:00
ARM Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the 2010-09-03 01:35:08 +00:00
Blackfin
CBackend
CellSPU Fix lowering of INSERT_VECTOR_ELT in SPU. 2010-08-29 12:41:50 +00:00
CPP
Generic
MBlaze
Mips Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
MSP430
PIC16
PowerPC PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR. 2010-08-02 00:18:19 +00:00
SPARC
SystemZ Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
Thumb For ARM stack frames that utilize variable sized objects and have either 2010-09-02 22:29:01 +00:00
Thumb2 For ARM stack frames that utilize variable sized objects and have either 2010-09-02 22:29:01 +00:00
X86 Properly emit __chkstk call instead of __alloca on non-mingw windows targets. 2010-09-02 23:03:46 +00:00
XCore