[llvm] [RISCV] Port PreRA Pseudo Expansion to NewPM (PR #218069)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 23:12:31 PDT 2026


================
@@ -36,6 +36,8 @@ MACHINE_FUNCTION_PASS("riscv-asm-printer", RISCVAsmPrinterPass())
 MACHINE_FUNCTION_PASS("riscv-fold-mem-offset", RISCVFoldMemOffsetPass())
 MACHINE_FUNCTION_PASS("riscv-isel", RISCVISelDAGToDAGPass(*this, getOptLevel()))
 MACHINE_FUNCTION_PASS("riscv-opt-w-instrs", RISCVOptWInstrsPass())
+MACHINE_FUNCTION_PASS("riscv-prera-expand-pseudo",
----------------
lenary wrote:

(I'm not opposed to changing this in the future, but I didn't think this was the PR to do it in)

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


More information about the llvm-commits mailing list