[Mlir-commits] [mlir] [MLIR][SideEffects][MemoryEffects] Modified LICM to be more aggressive when checking movability of ops with MemWrite effects (PR #155344)

Mehdi Amini llvmlistbot at llvm.org
Tue Aug 26 00:18:41 PDT 2025


joker-eph wrote:

I'm wary of something like:

```
store
for i = 0 -> 0: // never execute
  store
load

```

I suspect you'll move the store here, changing the value that the load is seeing.


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


More information about the Mlir-commits mailing list