summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vmin.ll
Commit message (Collapse)AuthorAgeFilesLines
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-091-147/+0
| | | | llvm-svn: 83667
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-071-8/+29
| | | | llvm-svn: 83497
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-111-4/+4
| | | | | | | | | | | the overloaded vector types allowed floating-point or integer vector elements. Most of these operations actually depend on the element type, so bitcasting was not an option. If you include the vpadd intrinsics that I updated earlier, this gets rid of 20 intrinsics. llvm-svn: 78646
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-221-0/+126
This is still a work in progress but most of the NEON instruction set is supported. llvm-svn: 73919
OpenPOWER on IntegriCloud