MLIR 22.0.0git
mlir::MergeResult Struct Reference

Container for the result of merge operation of tiling. More...

#include "mlir/Interfaces/TilingInterface.h"

Public Attributes

SmallVector< Operation * > mergeOps
SmallVector< Valuereplacements

Detailed Description

Container for the result of merge operation of tiling.

  • mergeOps contains operations created during the merge.
  • replacements contains the values that represents the result of the merge. These are used as replacements for the original tiled operation.

Definition at line 64 of file TilingInterface.h.

Member Data Documentation

◆ mergeOps

SmallVector<Operation *> mlir::MergeResult::mergeOps

Definition at line 65 of file TilingInterface.h.

◆ replacements

SmallVector<Value> mlir::MergeResult::replacements

Definition at line 66 of file TilingInterface.h.


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