[llvm-branch-commits] [mlir] [mlir][Transforms][NFC] Modularize block actions (PR #81237)

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


================
@@ -820,6 +740,238 @@ void ArgConverter::insertConversion(Block *newBlock,
   conversionInfo.insert({newBlock, std::move(info)});
 }
 
+//===----------------------------------------------------------------------===//
+// RewriteAction
----------------
joker-eph wrote:

Mentioned it in the other PR: do we have an alternative to "Action" here?

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


More information about the llvm-branch-commits mailing list