[Mlir-commits] [mlir] [mlir][emitc] mark `emitc.load` with `CExpression` (PR #130802)

Simon Camphausen llvmlistbot at llvm.org
Tue Mar 18 03:12:58 PDT 2025


https://github.com/simon-camp approved this pull request.

Thanks.

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. 

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


More information about the Mlir-commits mailing list