[Mlir-commits] [mlir] [MLIR] Add two-phase region parsing API to OpAsmParser (PR #190545)

Mehdi Amini llvmlistbot at llvm.org
Mon Apr 6 03:47:29 PDT 2026


joker-eph wrote:

> For loops I believe this woud require some new syntax to introduce new variables

I'm confused because parsing a function also requires introducing new variables, so if you can do it with function, why wouldn't it apply to loops?

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


More information about the Mlir-commits mailing list