[all-commits] [llvm/llvm-project] 9a9b90: [AArch64][SVE2] Add the SVE2.1 ld1q gather & st1q ...
david-arm via All-commits
all-commits at lists.llvm.org
Wed Nov 2 01:58:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a9b904b871af2ee0b846c31fa1c2570528ce4a4
https://github.com/llvm/llvm-project/commit/9a9b904b871af2ee0b846c31fa1c2570528ce4a4
Author: David Sherwood <david.sherwood at arm.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64RegisterInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
A llvm/test/MC/AArch64/SVE2p1/ld1q-diagnostics.s
A llvm/test/MC/AArch64/SVE2p1/ld1q.s
A llvm/test/MC/AArch64/SVE2p1/st1q-diagnostics.s
A llvm/test/MC/AArch64/SVE2p1/st1q.s
Log Message:
-----------
[AArch64][SVE2] Add the SVE2.1 ld1q gather & st1q scatter instructions
This patch adds the assembly/disassembly for the following instructions:
ld1q : Gather load quadwords
st1q : Scatter store quadwords
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Differential Revision: https://reviews.llvm.org/D137167
More information about the All-commits
mailing list