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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 00:43:54 PDT 2024


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

The problem is -enable-subreg-liveness only does anything for targets that return true for enableSubRegLiveness, rather than treating the target value as the default 

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


More information about the llvm-commits mailing list