[llvm] [AArch64][SME] Refactor MachineSMEABI pass state (NFCI) (PR #156674)
    Gaƫtan Bossu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep 11 05:17:30 PDT 2025
    
    
  
================
@@ -110,6 +110,65 @@ struct PhysRegSave {
   Register X0Save = AArch64::NoRegister;
 };
 
+/// Contains the needed ZA state (and live registers) at an instruction.
----------------
gbossu wrote:
Nit: Could you clarify `at an instruction`? I'm guessing this is the state one needs to be in for the instruction to execute, but could it be the opposite as well? I.e. the state one needs to be in after the instruction executes?
https://github.com/llvm/llvm-project/pull/156674
    
    
More information about the llvm-commits
mailing list