applyTransforms now takes an optional mapping to be associated with
trailing block arguments of the top-level transform op, in addition to
the payload root. This allows for more advanced forms of communication
between C++ code and the transform dialect interpreter, in particular
supplying operations without having to re-match them during
interpretation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo