]> granicus.if.org Git - llvm/commit
[AArch64][SVE2] Asm: support SVE2 vector splice (constructive)
authorCullen Rhodes <cullen.rhodes@arm.com>
Thu, 30 May 2019 08:51:39 +0000 (08:51 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Thu, 30 May 2019 08:51:39 +0000 (08:51 +0000)
commit2b307149eac92f5845e450d40d34a04f03aa6c9d
tree1615222cdb9d6ca6b9b1746b47847bdd31cf5c9c
parentd315fd9cb089bc0844b47907fff6a30abad5796e
[AArch64][SVE2] Asm: support SVE2 vector splice (constructive)

Summary:
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest

Reviewed By: SjoerdMeijer

Differential Revision: https://reviews.llvm.org/D62530

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362073 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE2/splice-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE2/splice.s [new file with mode: 0644]