[llvm] [AArch64][SME] Implement the SME ABI (ZA state management) in Machine IR (PR #149062)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 8 05:27:22 PDT 2025


================
@@ -128,7 +129,7 @@ class AArch64Subtarget final : public AArch64GenSubtargetInfo {
                    unsigned MinSVEVectorSizeInBitsOverride = 0,
                    unsigned MaxSVEVectorSizeInBitsOverride = 0,
                    bool IsStreaming = false, bool IsStreamingCompatible = false,
-                   bool HasMinSize = false);
+                   bool HasMinSize = false, bool UseNewSMEABILowering = false);
----------------
paulwalker-arm wrote:

This is not a good reason to make it a subtarget construction property, especially one that is temporary.  What if you changed the opt to be global rather than static?

https://github.com/llvm/llvm-project/pull/149062


More information about the llvm-commits mailing list