[llvm] [RISCV] Port RISCVZacasABIFix to NewPM (PR #214866)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 23:32:07 PDT 2026
================
@@ -112,8 +112,17 @@ void initializeRISCVLoadStoreOptPass(PassRegistry &);
FunctionPass *createRISCVPreAllocZilsdOptPass();
void initializeRISCVPreAllocZilsdOptPass(PassRegistry &);
+class RISCVZacasABIFixPass
----------------
wangpc-pp wrote:
Make it a forward declaration here and put the real class in `RISCVZacasABIFix.cpp`?
https://github.com/llvm/llvm-project/pull/214866
More information about the llvm-commits
mailing list