[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)
commit7fad4289319ada61b44a8ffa3017fff960d2b72d
tree0338b6ae795f61505e9d17fc487202179625fba5
parentebe23041f087cb9decc7db12b256cf4fab48cb72
[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

llvm-svn: 362073
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE2/splice-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/splice.s [new file with mode: 0644]