[Mlir-commits] [mlir] [mlir][LLVM] Add support for invariant group related intrinsics (PR #115877)

Sirui Mu llvmlistbot at llvm.org
Tue Nov 12 21:04:57 PST 2024


================
@@ -590,6 +590,30 @@ DeletionKind LLVM::InvariantEndOp::removeBlockingUses(
   return DeletionKind::Delete;
 }
 
+bool LLVM::LaunderInvariantGroupOp::canUsesBeRemoved(
----------------
Lancern wrote:

Didn't really take care into this and the implementation was incorrect. Updated.

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


More information about the Mlir-commits mailing list