summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vmla.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove DAG combiner patch to fold vector splats. Instcombiner does it now.Bob Wilson2010-10-291-16/+0
| | | | llvm-svn: 117720
* Teach the DAG combiner to fold a splat of a splat. Radar 8597790.Bob Wilson2010-10-281-0/+16
| | | | | | Also do some minor refactoring to reduce indentation. llvm-svn: 117558
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-011-28/+50
| | | | | | | add, and subtract operations with zero-extended or sign-extended vectors. Update tests. Add auto-upgrade support for the old intrinsics. llvm-svn: 112773
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-031-4/+4
| | | | | | when the type is floating-point. llvm-svn: 102969
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-091-0/+104
| | | | llvm-svn: 83667
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-071-5/+17
| | | | llvm-svn: 83497
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-221-0/+77
This is still a work in progress but most of the NEON instruction set is supported. llvm-svn: 73919
OpenPOWER on IntegriCloud