[llvm-branch-commits] [mlir] [mlir][Transforms] Support `moveOpBefore`/`After` in dialect conversion (PR #81240)

Mehdi Amini via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 9 13:01:18 PST 2024


================
@@ -970,6 +971,54 @@ class BlockTypeConversionAction : public BlockAction {
 
   void rollback() override;
 };
+
+/// An operation rewrite.
----------------
joker-eph wrote:

Can you expand on the role of the class, the context where it's used?

The "Action" name for this whole section is not great by the way, since the concept of "Actions" is now core to MLIR tracing...

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


More information about the llvm-branch-commits mailing list