[Mlir-commits] [mlir] [mlir][Transforms][NFC] Turn in-place op modification into `IRRewrite` (PR #81245)
Jacques Pienaar
llvmlistbot at llvm.org
Tue Feb 20 11:22:57 PST 2024
================
@@ -761,7 +721,8 @@ class IRRewrite {
MoveBlock,
SplitBlock,
BlockTypeConversion,
- MoveOperation
+ MoveOperation,
+ ModifyOperation
----------------
jpienaar wrote:
I know this list isn't ordered ... not sure if there is a good reason why it isn't :)
https://github.com/llvm/llvm-project/pull/81245
More information about the Mlir-commits
mailing list