summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2010-05-21-BuildVector.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-141-4/+4
| | | | | | | Canonicallize on the non-suffixed form, but continue to accept assembly that has any correctly sized type suffix. llvm-svn: 144583
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-271-2/+2
| | | | | | | Update all the tests using those intrinsics and add support for auto-upgrading bitcode files with the old versions of the intrinsics. llvm-svn: 112271
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-1/+1
| | | | | | matches what llvm-gcc and clang now produce. llvm-svn: 106221
* Recognize more BUILD_VECTORs and VECTOR_SHUFFLEs that can be implemented byBob Wilson2010-05-221-0/+43
copying VFP subregs. This exposed a bunch of dead code in the *spill-q.ll tests, so I tweaked those tests to keep that code from being optimized away. Radar 7872877. llvm-svn: 104415
OpenPOWER on IntegriCloud