[Mlir-commits] [mlir] 72e5989 - [mlir][Vector] Let VectorToLLVM operate on non-ModuleOp
Nicolas Vasilache
llvmlistbot at llvm.org
Mon Jun 19 07:54:22 PDT 2023
Author: Nicolas Vasilache
Date: 2023-06-19T14:54:14Z
New Revision: 72e598957c63c507f1d2dd63c365b64c11cf704f
URL: https://github.com/llvm/llvm-project/commit/72e598957c63c507f1d2dd63c365b64c11cf704f
DIFF: https://github.com/llvm/llvm-project/commit/72e598957c63c507f1d2dd63c365b64c11cf704f.diff
LOG: [mlir][Vector] Let VectorToLLVM operate on non-ModuleOp
Added:
Modified:
mlir/include/mlir/Conversion/Passes.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Conversion/Passes.td b/mlir/include/mlir/Conversion/Passes.td
index ac53af4709098..287386411f935 100644
--- a/mlir/include/mlir/Conversion/Passes.td
+++ b/mlir/include/mlir/Conversion/Passes.td
@@ -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 = [{
More information about the Mlir-commits
mailing list