[Mlir-commits] [mlir] [mlir][emitc] Mark emitc.literal with CExpression (PR #155582)

Kirill Chibisov llvmlistbot at llvm.org
Fri Aug 29 19:27:26 PDT 2025


kchibisov wrote:

What do you think about ignoring `literal` in `form-expression` pass? I'd say that the point of this PR is that if your `literal` somehow ended in `emitc.expression` due to other transformations, to not blow up, but generally, we don't need it in the expression itself, because it's inlined anyway, so we just make things a bit more messy.

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


More information about the Mlir-commits mailing list