[llvm-branch-commits] [mlir] [mlir][Transforms][NFC] Modularize block actions (PR #81237)
Matthias Springer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 12 01:14:10 PST 2024
================
@@ -820,6 +740,238 @@ void ArgConverter::insertConversion(Block *newBlock,
conversionInfo.insert({newBlock, std::move(info)});
}
+//===----------------------------------------------------------------------===//
+// RewriteAction
----------------
matthias-springer wrote:
I renamed `RewriteAction` to `IRRewrite`.
https://github.com/llvm/llvm-project/pull/81237
More information about the llvm-branch-commits
mailing list