[PATCH] D107807: [AArch64][SME] Support ptrue(s) in streaming mode
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 10 02:34:02 PDT 2021
c-rhodes created this revision.
c-rhodes added reviewers: paulwalker-arm, david-arm, kmclaughlin.
Herald added subscribers: ctetreau, danielkiss, hiraditya, kristof.beyls.
c-rhodes requested review of this revision.
Herald added a project: LLVM.
The ptrue and ptrues instructions are legal in streaming mode, missed in
D106272 <https://reviews.llvm.org/D106272>.
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06/SVE-Instructions
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107807
Files:
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE/directive-arch_extension-negative.s
llvm/test/MC/AArch64/SVE/ptrue.s
llvm/test/MC/AArch64/SVE/ptrues.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107807.365393.patch
Type: text/x-patch
Size: 23026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210810/5e6f68f3/attachment-0001.bin>
More information about the llvm-commits
mailing list