[llvm] [AArch64][SME] Enable subreg liveness tracking when SME is available (PR #92142)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 08:26:20 PDT 2024
================
@@ -584,6 +584,10 @@ AArch64Subtarget::getAuthenticatedLRCheckMethod() const {
return AArch64PAuth::AuthCheckMethod::None;
}
+bool AArch64Subtarget::enableSubRegLiveness() const {
----------------
arsenm wrote:
Or we could make the -enable-subreg-liveness option actually work and not require every target to do this
https://github.com/llvm/llvm-project/pull/92142
More information about the llvm-commits
mailing list