summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/neon-scalar-rounding-shift.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-39/+0
| | | | | | | | | | | | | | | | I'm doing this in two phases for a better "git blame" record. This commit removes the previous AArch64 backend and redirects all functionality to ARM64. It also deduplicates test-lines and removes orphaned AArch64 tests. The next step will be "git mv ARM64 AArch64" and rewire most of the tests. Hopefully LLVM is still functional, though it would be even better if no-one ever had to care because the rename happens straight afterwards. llvm-svn: 209576
* AArch64/ARM64: add extra testing from AArch64 to ARM64Tim Northover2014-04-221-1/+1
| | | | llvm-svn: 206887
* Fix Incorrect CHECK message [0-31]+ in test case.Kevin Qin2013-12-121-4/+4
| | | | | | | In regular expression, [0-31]+ equals to [0-3]+, not the number from 0 to 31. So change it to [0-9]+. llvm-svn: 197113
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-0/+39
Patch by Ana Pazos. 1.Added support for v1ix and v1fx types. 2.Added Scalar Pairwise Reduce instructions. 3.Added initial implementation of Scalar Arithmetic instructions. llvm-svn: 191263
OpenPOWER on IntegriCloud