[Mlir-commits] [mlir] [mlir] Add normalize pass to MLIR (PR #186647)
Renato Golin
llvmlistbot at llvm.org
Sun Mar 15 09:37:44 PDT 2026
rengolin wrote:
> Even if they don't explicitly state their side effects, the fact that they aren't marked as pure implies potential side effects.
You may be right. If an operation is pure and has "address space side effects", then it's ill defined. I'm less concerned about that, now. Thanks!
https://github.com/llvm/llvm-project/pull/186647
More information about the Mlir-commits
mailing list