[Mlir-commits] [mlir] [MLIR][WASM] Control flow, conversion and comparison in Wasm importer (PR #154674)

Luc Forget llvmlistbot at llvm.org
Wed Oct 1 19:24:29 PDT 2025


================
@@ -280,11 +308,102 @@ class ExpressionParser {
     }
   }
 
+  struct NestingContext {
----------------
lforg37 wrote:

Done. I also renamed the struct in an attempt to make its role more explicit.

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


More information about the Mlir-commits mailing list