[llvm] [AArch64][SME] Enable subreg liveness tracking when SME is available (PR #92142)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 14:41:36 PDT 2024


================
@@ -584,6 +584,10 @@ AArch64Subtarget::getAuthenticatedLRCheckMethod() const {
   return AArch64PAuth::AuthCheckMethod::None;
 }
 
+bool AArch64Subtarget::enableSubRegLiveness() const {
----------------
davemgreen wrote:

I don't mind looking into this, if someone else does not already. It would be good to get this patch in though, in case we do find any issues before the clang-19 release.

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


More information about the llvm-commits mailing list