[llvm] [NFC][RISCV] Keep AVLReg define instr inside VSETVLInfo (PR #89180)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 11:06:58 PDT 2024


================
@@ -478,6 +480,8 @@ class VSETVLIInfo {
     State = AVLIsImm;
   }
 
+  void setAVLDefMI(const MachineInstr *DefMI) { AVLDefMI = DefMI; }
----------------
lukel97 wrote:

I've done this part in #89964, but with the existing virtual register form

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


More information about the llvm-commits mailing list