MLIR  20.0.0git
Public Attributes | List of all members
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.

Definition at line 43 of file TilingInterface.h.

Member Data Documentation

◆ mergeOps

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

Definition at line 44 of file TilingInterface.h.

◆ replacements

SmallVector<Value> mlir::MergeResult::replacements

Definition at line 45 of file TilingInterface.h.


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