[llvm] [AArch64][SME] Remove unused ZA lazy-save (PR #81648)

Sam Tebbs via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 05:55:01 PST 2024


================
@@ -35,6 +35,11 @@ struct AArch64FunctionInfo;
 class AArch64Subtarget;
 class MachineInstr;
 
+struct TPIDR2Object {
+  unsigned FrameIndex = 0;
----------------
SamTebbs33 wrote:

It looks safer to do what other code does as well, done.

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


More information about the llvm-commits mailing list