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
Paths
| Differential D107807
[AArch64][SME] Support ptrue(s) in streaming mode ClosedPublic Authored by c-rhodes on Aug 10 2021, 2:34 AM.
Details Summary The ptrue and ptrues instructions are legal in streaming mode, missed in The reference can be found here:
Diff Detail
Event TimelineHerald added subscribers: ctetreau, danielkiss, hiraditya, kristof.beyls. · View Herald TranscriptAug 10 2021, 2:34 AM This revision is now accepted and ready to land.Aug 10 2021, 2:37 AM This revision was landed with ongoing or failed builds.Aug 11 2021, 12:50 AM Closed by commit rG1fe0e6a38045: [AArch64][SME] Support ptrue(s) in streaming mode (authored by c-rhodes). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 365694 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
|