MLIR 22.0.0git
mlir::SCFForLoopPeelingOptions Struct Reference

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

Public Attributes

bool peelFront = false
bool skipPartial = true

Detailed Description

Definition at line 89 of file Passes.h.

Member Data Documentation

◆ peelFront

bool mlir::SCFForLoopPeelingOptions::peelFront = false

Definition at line 90 of file Passes.h.

◆ skipPartial

bool mlir::SCFForLoopPeelingOptions::skipPartial = true

Definition at line 91 of file Passes.h.


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