[Mlir-commits] [mlir] [MLIR][SideEffects][MemoryEffects] Modified LICM to be more aggressive when checking movability of ops with MemWrite effects (PR #155344)
Mo Bagherbeik
llvmlistbot at llvm.org
Wed Oct 8 14:33:05 PDT 2025
mbagherbeikTT wrote:
@joker-eph Sorry for the long delay. I finally got around to making the requested changes and cleaning up the code.
I think splitting up the movability checks into 2, 1 for speculability interface and 1 for memory effects for Live Loops, addresses the main concern from last time. I hope the fixed test-cases provide are more clear now and provide more value in terms of showing users how the pass is meant to work
https://github.com/llvm/llvm-project/pull/155344
More information about the Mlir-commits
mailing list