[Mlir-commits] [mlir] [MLIR] Testing arith-to-emitc conversions using opaque types (PR #137936)
Marius Brehler
llvmlistbot at llvm.org
Fri Sep 26 04:59:35 PDT 2025
marbre wrote:
> But the ArithToEmitC pass is essentially only a testing pass, so I think it shouldn't matter.
I am not sure this holds true. It might be the case for your specific use case but not in general and I sometimes wonder who uses EmitC for what purpose (if I ever hear of it). Thus if this is only for testing, I think it should be hidden behind a flag at least and furthermore needs some words written down on the motivation.
https://github.com/llvm/llvm-project/pull/137936
More information about the Mlir-commits
mailing list