mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[mlir][Vector] Let VectorToLLVM operate on non-ModuleOp
This commit is contained in:
parent
3f1e45005f
commit
72e598957c
@ -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 = [{
|
||||
|
Loading…
Reference in New Issue
Block a user