[llvm-branch-commits] [WebAssembly] Disable Regalloc Passes (PR #211297)
Heejin Ahn via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 11 11:06:24 PDT 2026
================
@@ -251,7 +264,7 @@ void WebAssemblyCodeGenPassBuilder::addPreEmitPass(
void WebAssemblyCodeGenPassBuilder::addAsmPrinterBegin(
PassManagerWrapper &PMW) const {
- addModulePass(WebAssemblyAsmPrinterBeginPass(), PMW);
+ addModulePass(WebAssemblyAsmPrinterBeginPass(), PMW, /*Force=*/true);
----------------
aheejin wrote:
Are you planning to land this PR?
https://github.com/llvm/llvm-project/pull/211297
More information about the llvm-branch-commits
mailing list