MLIR
20.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 272 of file TileUsingInterface.h.
OpOperand* mlir::scf::SCFFuseConsumerOfSliceResult::origConsumerOperand |
Definition at line 273 of file TileUsingInterface.h.
OpOperand* mlir::scf::SCFFuseConsumerOfSliceResult::tiledAndFusedConsumerOperand |
Definition at line 275 of file TileUsingInterface.h.
SmallVector<Operation *> mlir::scf::SCFFuseConsumerOfSliceResult::tiledOps |
Definition at line 276 of file TileUsingInterface.h.