[Mlir-commits] [mlir] [MLIR][SideEffects][MemoryEffects] Modified LICM to be more aggressive when checking movability of ops with MemWrite effects (PR #155344)
Uday Bondhugula
llvmlistbot at llvm.org
Wed Sep 10 21:02:42 PDT 2025
================
@@ -2977,6 +2977,88 @@ def TestEffectsResult : TEST_Op<"test_effects_result"> {
let results = (outs Res<I32, "", [MemAlloc, MemWrite]>);
}
+//===----------------------------------------------------------------------===//
+// Test Ops with multiple effects for Loop Invariant Code Motion
----------------
bondhugula wrote:
Terminate all comments with a full stop. LLVM style - proper punctuation.
https://github.com/llvm/llvm-project/pull/155344
More information about the Mlir-commits
mailing list