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

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 10:11:53 PDT 2024


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

Thanks. I put up #95437 for trying to fix the option.

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


More information about the llvm-commits mailing list