[PATCH] D94465: [RISCV] Frame handling for RISC-V V extension. (2nd. version)
    Craig Topper via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan 26 17:01:09 PST 2021
    
    
  
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp:226
+    BuildMI(MBB, II, DL, TII->get(Opc), VL)
+        .addReg(FrameReg)
+        .addReg(FactorRegister);
----------------
Should we add a kill flag here if FrameRegIsKill is true?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94465/new/
https://reviews.llvm.org/D94465
    
    
More information about the llvm-commits
mailing list