MLIR  20.0.0git
Public Attributes | List of all members
mlir::UnrolledLoopInfo Struct Reference

#include "mlir/Dialect/SCF/Utils/Utils.h"

Public Attributes

std::optional< scf::ForOp > mainLoopOp = std::nullopt
 
std::optional< scf::ForOp > epilogueLoopOp = std::nullopt
 

Detailed Description

Definition at line 114 of file Utils.h.

Member Data Documentation

◆ epilogueLoopOp

std::optional<scf::ForOp> mlir::UnrolledLoopInfo::epilogueLoopOp = std::nullopt

Definition at line 116 of file Utils.h.

Referenced by mlir::loopUnrollByFactor().

◆ mainLoopOp

std::optional<scf::ForOp> mlir::UnrolledLoopInfo::mainLoopOp = std::nullopt

Definition at line 115 of file Utils.h.

Referenced by mlir::loopUnrollByFactor().


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