Introduce transform::applyTransforms as a top-level entry point to the
Transform dialect-driven transformation infrastructure, by analogy with
applyFull/PartialConversion. Clients are expected to use this function
and no longer need to maintain the transformation state. Make the
constructor of the TransformState private for that purpose.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp | ||
---|---|---|
461 | nit: Can be written as getNumOperands != 0 |
nit: Can be written as getNumOperands != 0