[clang] [llvm] Make +sve2-aes an alias of +sve2+sve-aes (PR #116026)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 13 07:41:11 PST 2024
================
@@ -6,10 +6,15 @@ tbx z0.b, z1.b, z2.b
// CHECK: error: instruction requires: sve2 or sme
// CHECK-NEXT: tbx z0.b, z1.b, z2.b
-.arch armv9-a+sve2-aes
----------------
SpencerAbson wrote:
Yep, I've been talking about this offline and plan to patch it up.
>Looks like we started adding these tests (https://reviews.llvm.org/D62602) because the behavior of .arch was broken (https://bugs.llvm.org/show_bug.cgi?id=32873) but seems to be fixed now.
Since [this patch](https://github.com/llvm/llvm-project/commit/a499d675ae163429adff0bc3dc4f8215c12441c7#diff-978708f6b40d44a13bced2d3050ddcd01f4a2423ca34ac0e26fb2ff2a83cc885R6943), as soon as we redeclare .arch X, the features available are reset to the defaults for X.
https://github.com/llvm/llvm-project/pull/116026
More information about the cfe-commits
mailing list