summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/neon-simd-ldst.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-165/+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: print NEON lists with a space.Tim Northover2014-04-241-12/+12
| | | | | | | This matches ARM64 behaviour, which I think is clearer. It also puts all the churn from that difference into one easily ignored commit. llvm-svn: 207116
* AArch64/ARM64: add more NEON tests.Tim Northover2014-04-181-0/+1
| | | | | | | Mostly no testing this time, since they were just wrangling target-specific intrinsics. llvm-svn: 206613
* For AArch64, add missing register cost calculation for big value types like ↵Jiangning Liu2013-12-051-0/+164
v4i64 and v8i64. llvm-svn: 196456
OpenPOWER on IntegriCloud