MLIR  21.0.0git
Public Attributes | List of all members
mlir::scf::SCFFuseConsumerOfSliceResult Struct Reference

Fuse the consumer candidateSlices by computing the required slice of the consumer in-place. More...

#include "mlir/Dialect/SCF/Transforms/TileUsingInterface.h"

Public Attributes

SmallVector< OpOperand * > origConsumerOperands
 
SmallVector< OpOperand * > tiledAndFusedConsumerOperands
 
SmallVector< Operation * > tiledOps
 

Detailed Description

Fuse the consumer candidateSlices by computing the required slice of the consumer in-place.

All the entries of candidateSlices are expected to map to the same consumer. The method returns an error if the consumer cannot be tiled in a manner that is consistent for all the passed slices. Note that the method replaces the uses of candidateSlices with the tiled and fused consumer value but does not delete the slice operations.

Definition at line 322 of file TileUsingInterface.h.

Member Data Documentation

◆ origConsumerOperands

SmallVector<OpOperand *> mlir::scf::SCFFuseConsumerOfSliceResult::origConsumerOperands

Definition at line 324 of file TileUsingInterface.h.

◆ tiledAndFusedConsumerOperands

SmallVector<OpOperand *> mlir::scf::SCFFuseConsumerOfSliceResult::tiledAndFusedConsumerOperands

Definition at line 326 of file TileUsingInterface.h.

◆ tiledOps

SmallVector<Operation *> mlir::scf::SCFFuseConsumerOfSliceResult::tiledOps

Definition at line 327 of file TileUsingInterface.h.


The documentation for this struct was generated from the following file: