[llvm] [WebAssembly] Remove FAKE_USEs before ExplicitLocals (PR #160228)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 22 21:06:11 PDT 2025


================
@@ -0,0 +1,15 @@
+; RUN: llc < %s | llvm-mc -triple=wasm32-unknown-unknown
----------------
aheejin wrote:

`llvm-mc` runs the [type checker](https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp). Without this patch this wouldn't succeed.

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


More information about the llvm-commits mailing list