[llvm] [AArch64][SME] Conditionally do smstart/smstop (PR #77113)

Matthew Devereau via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 06:00:05 PST 2024


================
@@ -208,6 +208,8 @@ class AArch64FunctionInfo final : public MachineFunctionInfo {
 
   int64_t StackProbeSize = 0;
 
+  Register PStateSMReg = MCRegister::NoRegister;
----------------
MDevereau wrote:

Done

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


More information about the llvm-commits mailing list