[Mlir-commits] [mlir] [mlir][Transforms][NFC] Turn in-place op modification into `IRRewrite` (PR #81245)

Jacques Pienaar llvmlistbot at llvm.org
Wed Feb 21 06:14:11 PST 2024


================
@@ -761,7 +721,8 @@ class IRRewrite {
     MoveBlock,
     SplitBlock,
     BlockTypeConversion,
-    MoveOperation
+    MoveOperation,
+    ModifyOperation
----------------
jpienaar wrote:

Ah, could you document that here?

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


More information about the Mlir-commits mailing list