[Mlir-commits] [mlir] [mlir][emitc] mark `emitc.load` with `CExpression` (PR #130802)
Kirill Chibisov
llvmlistbot at llvm.org
Thu Mar 20 01:21:07 PDT 2025
kchibisov wrote:
>I wonder if we should upgrade the CExpression trait to an interface, so that the ops themselves can override a method. Another option could be to use MLIR MemoryEffects instead.
I'll look into this for e.g. lowering the restrictions PR, but for this one, I think it's fine as is, since it was more of a _bug fix_.
@mgehre-amd anything else needed from my side?
https://github.com/llvm/llvm-project/pull/130802
More information about the Mlir-commits
mailing list