Bob Wilson
|
3cae2545eb
|
Revert "Adding support for llvm.arm.neon.vaddl[su].* and"
This reverts r170694. The operations can be represented in IR without
adding any new intrinsics.
llvm-svn: 170765
|
2012-12-20 21:09:38 +00:00 |
|
Renato Golin
|
1fbd598908
|
Adding support for llvm.arm.neon.vaddl[su].* and
llvm.arm.neon.vsub[su].* intrinsics.
Patch by Pete Couperus <pjcoup@gmail.com>
llvm-svn: 170694
|
2012-12-20 13:52:11 +00:00 |
|
Bob Wilson
|
807d004452
|
Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm
IR add/sub operations with one or both operands sign- or zero-extended.
Auto-upgrade the old intrinsics.
llvm-svn: 112416
|
2010-08-29 05:57:34 +00:00 |
|
Dan Gohman
|
c024fd43c9
|
Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,
when the type is floating-point.
llvm-svn: 102969
|
2010-05-03 22:36:46 +00:00 |
|
Bob Wilson
|
011e458c11
|
Merge a bunch of NEON tests into larger files so they run faster.
llvm-svn: 83667
|
2009-10-09 20:20:54 +00:00 |
|
Bob Wilson
|
a8746e6bd1
|
Convert more NEON tests to use FileCheck.
llvm-svn: 83616
|
2009-10-09 05:14:48 +00:00 |
|
Dan Gohman
|
142428ce64
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81293
|
2009-09-09 00:09:15 +00:00 |
|
Bob Wilson
|
6db76aaf10
|
Add support for ARM's Advanced SIMD (NEON) instruction set.
This is still a work in progress but most of the NEON instruction set
is supported.
llvm-svn: 73919
|
2009-06-22 23:27:02 +00:00 |
|