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

Jacques Pienaar llvmlistbot at llvm.org
Wed Oct 1 08:08:43 PDT 2025


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

Could you add comment describing usage?

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


More information about the Mlir-commits mailing list