[all-commits] [llvm/llvm-project] 5fc712: [AArch64] Add PMOV aliases with implicit portion i...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Wed Jan 3 01:56:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fc712c4bbe84e6cbaa1f7d2a0300f613f11b0c3
https://github.com/llvm/llvm-project/commit/5fc712c4bbe84e6cbaa1f7d2a0300f613f11b0c3
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/MC/AArch64/SVE2p1/pmov.s
Log Message:
-----------
[AArch64] Add PMOV aliases with implicit portion index (#76056)
In the latest ISA update the syntax of the PMOV instructions was updated
to allow the portion index to be optional, default to zero.
https://developer.arm.com/documentation/ddi0602/2023-09/SVE-Instructions/PMOV--to-predicate---Move-predicate-from-vector-?lang=en
https://developer.arm.com/documentation/ddi0602/2023-09/SVE-Instructions/PMOV--to-vector---Move-predicate-to-vector-?lang=en
More information about the All-commits
mailing list