8 #ifndef MLIR_CONVERSION_VECTORTOLLVM_CONVERTVECTORTOLLVM_H_
9 #define MLIR_CONVERSION_VECTORTOLLVM_CONVERTVECTORTOLLVM_H_
14 class LLVMTypeConverter;
18 const LLVMTypeConverter &converter, RewritePatternSet &
patterns,
19 bool reassociateFPReductions =
false,
bool force32BitVectorIndices =
false,
20 bool useVectorAlignment =
false);
The DialectRegistry maps a dialect namespace to a constructor for the matching dialect.
void registerConvertVectorToLLVMInterface(DialectRegistry ®istry)
Include the generated interface declarations.
const FrozenRewritePatternSet & patterns
void populateVectorToLLVMConversionPatterns(const LLVMTypeConverter &converter, RewritePatternSet &patterns, bool reassociateFPReductions=false, bool force32BitVectorIndices=false, bool useVectorAlignment=false)
Collect a set of patterns to convert from the Vector dialect to LLVM.