|
MLIR 22.0.0git
|
Go to the source code of this file.
Classes | |
| class | mlir::CFGToSCFInterface |
| Interface that should be implemented by any caller of transformCFGToSCF. More... | |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
Functions | |
| FailureOr< bool > | mlir::transformCFGToSCF (Region ®ion, CFGToSCFInterface &interface, DominanceInfo &dominanceInfo) |
| Transformation lifting any dialect implementing control flow graph operations to a dialect implementing structured control flow operations. | |