[mlir][Vector] Let VectorToLLVM operate on non-ModuleOp

This commit is contained in:
Nicolas Vasilache 2023-06-19 14:54:14 +00:00
parent 3f1e45005f
commit 72e598957c

View File

@ -1065,7 +1065,7 @@ def ConvertVectorToSCF : Pass<"convert-vector-to-scf"> {
// VectorToLLVM
//===----------------------------------------------------------------------===//
def ConvertVectorToLLVMPass : Pass<"convert-vector-to-llvm", "ModuleOp"> {
def ConvertVectorToLLVMPass : Pass<"convert-vector-to-llvm"> {
let summary = "Lower the operations from the vector dialect into the LLVM "
"dialect";
let description = [{