[clang] [llvm] [AArch64] Reduce +sve2-aes to an alias of +sve-aes+sve2 (PR #114293)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 5 06:45:33 PST 2024
================
@@ -3887,7 +3887,7 @@ let Predicates = [HasSVE2orSME] in {
defm WHILERW_PXX : sve2_int_while_rr<0b1, "whilerw", "int_aarch64_sve_whilerw">;
} // End HasSVE2orSME
-let Predicates = [HasSVE2AES] in {
+let Predicates = [HasSVE2, HasSVEAES] in {
----------------
CarolineConcatto wrote:
Ok, if you have a further patch to fix this. I am happy with the current patch
https://github.com/llvm/llvm-project/pull/114293
More information about the cfe-commits
mailing list