[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
================
@@ -346,6 +347,14 @@ struct AlwaysSpeculatableImplTrait
//===----------------------------------------------------------------------===//
namespace MemoryEffects {
+enum Priority {
----------------
bondhugula wrote:
Requires a doc comment.
https://github.com/llvm/llvm-project/pull/155344
More information about the Mlir-commits
mailing list