MLIR
21.0.0git
|
Fuse the consumer of the source of candidateSliceOp
by computing the required slice of the consumer in-place.
More...
#include "mlir/Dialect/SCF/Transforms/TileUsingInterface.h"
Public Attributes | |
OpOperand * | origConsumerOperand |
OpOperand * | tiledAndFusedConsumerOperand |
SmallVector< Operation * > | tiledOps |
Fuse the consumer of the source of candidateSliceOp
by computing the required slice of the consumer in-place.
Note that the method replaces the uses of candidateSliceOp
with the tiled and fused consumer value but does not delete the slice operation.
Definition at line 326 of file TileUsingInterface.h.
OpOperand* mlir::scf::SCFFuseConsumerOfSliceResult::origConsumerOperand |
Definition at line 327 of file TileUsingInterface.h.
OpOperand* mlir::scf::SCFFuseConsumerOfSliceResult::tiledAndFusedConsumerOperand |
Definition at line 329 of file TileUsingInterface.h.
SmallVector<Operation *> mlir::scf::SCFFuseConsumerOfSliceResult::tiledOps |
Definition at line 330 of file TileUsingInterface.h.