[PATCH] D154363: [WIP][mlir] Add an interface to decompose complex ops

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 08:27:45 PDT 2023


jpienaar added inline comments.


================
Comment at: mlir/include/mlir/Interfaces/AggregatedOpInterface.td:21
+  let description = [{
+    Interface for decomposing aggregated operations into a sequence of simpler
+    ops.
----------------
This seems rather abstract. This seems like querying a rewrite set to see if root pattern matcher exists that matches an op, except the rewrite set is coupled with the op rather than generic. Is that what this is?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154363/new/

https://reviews.llvm.org/D154363



More information about the llvm-commits mailing list