[llvm] [RISCV] Use vsetvli instead of vlenb in Prologue/Epilogue (PR #113756)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 07:50:52 PDT 2025


================
@@ -6049,6 +6049,11 @@ let hasSideEffects = 0, mayLoad = 0, mayStore = 0, isCodeGenOnly = 1 in {
                                [(set GPR:$rd, (riscv_read_vlenb))]>,
                         PseudoInstExpansion<(CSRRS GPR:$rd, SysRegVLENB.Encoding, X0)>,
                         Sched<[WriteRdVLENB]>;
+  let Defs = [VL, VTYPE] in {
+  def PseudoReadMulVLENB : Pseudo<(outs GPR:$rd), (ins uimm5:$shamt),
----------------
preames wrote:

Naming wise, this doesn't seem supper clear.  Possible PseudoReadVLENBViaVSETVLIX0?

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


More information about the llvm-commits mailing list