MLIR 22.0.0git
mlir::ConvertToLLVMPassOptions Struct Reference

#include "mlir/Conversion/ConvertToLLVM/ToLLVMPass.h"

Public Attributes

::llvm::SmallVector< std::string > filterDialects
bool useDynamic = false
bool allowPatternRollback = true

Detailed Description

Definition at line 4641 of file ToLLVMPass.h.

Member Data Documentation

◆ allowPatternRollback

bool mlir::ConvertToLLVMPassOptions::allowPatternRollback = true

Definition at line 4644 of file ToLLVMPass.h.

◆ filterDialects

llvm::SmallVector< std::string > mlir::ConvertToLLVMPassOptions::filterDialects

Definition at line 4642 of file ToLLVMPass.h.

◆ useDynamic

bool mlir::ConvertToLLVMPassOptions::useDynamic = false

Definition at line 4643 of file ToLLVMPass.h.


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