mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
[mlir][Vector] Let VectorToLLVM operate on non-ModuleOp
This commit is contained in:
@@ -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 = [{
|
||||
|
||||
Reference in New Issue
Block a user