[llvm-branch-commits] [mlir] [mlir][Transforms] Support `moveOpBefore`/`After` in dialect conversion (PR #81240)
Matthias Springer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 12 01:15:23 PST 2024
================
@@ -970,6 +971,54 @@ class BlockTypeConversionAction : public BlockAction {
void rollback() override;
};
+
+/// An operation rewrite.
----------------
matthias-springer wrote:
I renamed the class to `OperationRewrite`. I added more documentation to the superclass `IRRewrite` in the dependent PR.
https://github.com/llvm/llvm-project/pull/81240
More information about the llvm-branch-commits
mailing list