[all-commits] [llvm/llvm-project] 45f57e: [AArch64] Fix FEAT_SVE_AES2 instructions to depend...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Tue Jun 10 01:58:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45f57ee573a8b066e72f93cccc852ff395e99178
https://github.com/llvm/llvm-project/commit/45f57ee573a8b066e72f93cccc852ff395e99178
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/test/MC/AArch64/SME2p1/directive-arch-negative.s
M llvm/test/MC/AArch64/SME2p1/directive-arch_extension-negative.s
M llvm/test/MC/AArch64/SVE2p1/aesd.s
M llvm/test/MC/AArch64/SVE2p1/aesdimc.s
M llvm/test/MC/AArch64/SVE2p1/aese.s
M llvm/test/MC/AArch64/SVE2p1/aesemc.s
M llvm/test/MC/AArch64/SVE2p1/directive-arch-negative.s
M llvm/test/MC/AArch64/SVE2p1/pmlal.s
M llvm/test/MC/AArch64/SVE2p1/pmull.s
Log Message:
-----------
[AArch64] Fix FEAT_SVE_AES2 instructions to depend on SVE2 not SVE2P1 (#142389)
Change instructions to only require `(SVE2 or SSVE-AES) and SVE-AES2` to
be consistent with the fact that `+ssve-aes` only implies `+sme2` and
not `+sme2p1`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list