[all-commits] [llvm/llvm-project] 1fe0e6: [AArch64][SME] Support ptrue(s) in streaming mode
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Wed Aug 11 00:50:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fe0e6a38045facf98911c4fa4098c76159cc0ad
https://github.com/llvm/llvm-project/commit/1fe0e6a38045facf98911c4fa4098c76159cc0ad
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/MC/AArch64/SVE/directive-arch_extension-negative.s
M llvm/test/MC/AArch64/SVE/ptrue.s
M llvm/test/MC/AArch64/SVE/ptrues.s
Log Message:
-----------
[AArch64][SME] Support ptrue(s) in streaming mode
The ptrue and ptrues instructions are legal in streaming mode, missed in
D106272.
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06/SVE-Instructions
Reviewed By: paulwalker-arm
Differential Revision: https://reviews.llvm.org/D107807
More information about the All-commits
mailing list