[all-commits] [llvm/llvm-project] a09305: [AArch64] Fix FEAT_SVE_AES2 instructions to depend...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Mon Jun 2 06:40:43 PDT 2025
Branch: refs/heads/users/jthackray/fix-FEAT_SVE_AES2-instructions
Home: https://github.com/llvm/llvm-project
Commit: a09305d15b3423467e23f7a7dab7aebea9bb8863
https://github.com/llvm/llvm-project/commit/a09305d15b3423467e23f7a7dab7aebea9bb8863
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-02 (Mon, 02 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
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