[llvm] [RISCV] Run another VLOptimizer before machine SSA optimizations (PR #179377)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 2 21:25:08 PST 2026
================
@@ -100,6 +100,8 @@
; CHECK-NEXT: Finalize ISel and expand pseudo-instructions
; CHECK-NEXT: RISC-V Vector Peephole Optimization
; CHECK-NEXT: RISC-V Fold Memory Offset
+; CHECK-NEXT: MachineDominator Tree Construction
+; CHECK-NEXT: RISC-V VL Optimizer
----------------
lukel97 wrote:
If we move it before VectorPeephole can we remove the mini VL optimization transform it does there?
https://github.com/llvm/llvm-project/pull/179377
More information about the llvm-commits
mailing list