summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM64/aarch64-neon-copyPhysReg-tuple.ll
AgeCommit message (Collapse)AuthorFilesLines
2014-05-15TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover1-9/+9
To get at least one use of the change (and some actual tests) in with its commit, I've enabled the AArch64 & ARM64 NEON mov aliases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208867 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-18AArch64/ARM64: improve spotting of EXT instructions from VECTOR_SHUFFLE.Tim Northover1-0/+48
We couldn't cope if the first mask element was UNDEF before, which isn't ideal. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206588 91177308-0d34-0410-b5e6-96231b3b80d8