[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 May 16 01:33:34 PDT 2024


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

It is probably worth adding an option like in the Arm/RISCV backends too, so it can be disabled in case of problems.

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


More information about the llvm-commits mailing list