[Mlir-commits] [mlir] [mlir][emitc] Mark emitc.literal with CExpression (PR #155582)
Gil Rapaport
llvmlistbot at llvm.org
Wed Aug 27 05:04:43 PDT 2025
aniragil wrote:
Literal is marked `pure`. Won't this expose the expression to CSE, causing the example above to be left without any operation with the expression? (see this [related discussion](https://github.com/llvm/llvm-project/pull/143485#issuecomment-2965378156))
https://github.com/llvm/llvm-project/pull/155582
More information about the Mlir-commits
mailing list