[llvm] [AArch64][SME] Remove unused ZA lazy-save (PR #81648)
Matthew Devereau via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 08:13:39 PST 2024
================
@@ -35,6 +35,11 @@ struct AArch64FunctionInfo;
class AArch64Subtarget;
class MachineInstr;
+struct TPIDR2Object {
+ uint64_t Addr = 0;
----------------
MDevereau wrote:
Why is `unsigned` better? I know it's common in llvm but `uint32_t` is objectively better C++. I also don't like acronyms and think `FrameIndex` is better than `FI`.
https://github.com/llvm/llvm-project/pull/81648
More information about the llvm-commits
mailing list