MLIR
20.0.0git
|
#include "mlir/Dialect/SCF/Utils/Utils.h"
Public Attributes | |
std::optional< scf::ForOp > | mainLoopOp = std::nullopt |
std::optional< scf::ForOp > | epilogueLoopOp = std::nullopt |
std::optional<scf::ForOp> mlir::UnrolledLoopInfo::epilogueLoopOp = std::nullopt |
Definition at line 116 of file Utils.h.
Referenced by mlir::loopUnrollByFactor().
std::optional<scf::ForOp> mlir::UnrolledLoopInfo::mainLoopOp = std::nullopt |
Definition at line 115 of file Utils.h.
Referenced by mlir::loopUnrollByFactor().