[all-commits] [llvm/llvm-project] 1fe096: [AArch64][SVE2] Add the SVE2.1 signed and unsigned...
david-arm via All-commits
all-commits at lists.llvm.org
Tue Oct 25 03:26:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fe096ef59d1436c5cdd94ea617c1c89767f8f66
https://github.com/llvm/llvm-project/commit/1fe096ef59d1436c5cdd94ea617c1c89767f8f66
Author: David Sherwood <david.sherwood at arm.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/MC/AArch64/SVE/sdot-diagnostics.s
M llvm/test/MC/AArch64/SVE/udot-diagnostics.s
A llvm/test/MC/AArch64/SVE2p1/sdot-diagnostics.s
A llvm/test/MC/AArch64/SVE2p1/sdot.s
A llvm/test/MC/AArch64/SVE2p1/udot-diagnostics.s
A llvm/test/MC/AArch64/SVE2p1/udot.s
Log Message:
-----------
[AArch64][SVE2] Add the SVE2.1 signed and unsigned 2-way dot instructions
This patch adds the assembly/disassembly for the following instructions:
SDOT : Signed integer 2-way dot product indexed and non-indexed
UDOT : Unsigned integer 2-way dot product, indexed and non-indexed
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Differential Revision: https://reviews.llvm.org/D136464
More information about the All-commits
mailing list