[Mlir-commits] [mlir] Bufferization with ControlFlow Asserts (PR #95868)

McCowan Zhang llvmlistbot at llvm.org
Thu Jun 20 15:24:28 PDT 2024


================
@@ -37,7 +37,7 @@ class CF_Op<string mnemonic, list<Trait> traits = []> :
 // AssertOp
 //===----------------------------------------------------------------------===//
 
-def AssertOp : CF_Op<"assert"> {
+def AssertOp : CF_Op<"assert", [Pure]> {
----------------
mccowanzhang wrote:

@matthias-springer Just following up. 

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


More information about the Mlir-commits mailing list