This function is extracted from TransformState::applyTransform.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp | ||
---|---|---|
1585 | I see this was already there before this refactoring, but it doesn't look like this needs to be a set. OpOperands are unique by construction, so let's use a vector instead. It will also remove the implementation-defined behavior in traversals. |
I see this was already there before this refactoring, but it doesn't look like this needs to be a set. OpOperands are unique by construction, so let's use a vector instead. It will also remove the implementation-defined behavior in traversals.