[Mlir-commits] [mlir] 0260bcb - Fix after f3dcc0f

Joel Wee llvmlistbot at llvm.org
Wed Mar 19 10:38:02 PDT 2025


Author: Joel Wee
Date: 2025-03-19T17:37:51Z
New Revision: 0260bcb5f449aed83ebd40dc264b75e1fe40c2b9

URL: https://github.com/llvm/llvm-project/commit/0260bcb5f449aed83ebd40dc264b75e1fe40c2b9
DIFF: https://github.com/llvm/llvm-project/commit/0260bcb5f449aed83ebd40dc264b75e1fe40c2b9.diff

LOG: Fix after f3dcc0f

Added: 
    

Modified: 
    mlir/test/Conversion/VectorToLLVM/pass-option-serialization.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Conversion/VectorToLLVM/pass-option-serialization.mlir b/mlir/test/Conversion/VectorToLLVM/pass-option-serialization.mlir
index ebf06c57a1b3b..323d86ac40988 100644
--- a/mlir/test/Conversion/VectorToLLVM/pass-option-serialization.mlir
+++ b/mlir/test/Conversion/VectorToLLVM/pass-option-serialization.mlir
@@ -14,7 +14,7 @@
 // RUN: mlir-opt --convert-vector-to-llvm --dump-pass-pipeline %s 2>&1 | FileCheck %s --check-prefix=DEFAULT
 
 // RUN: mlir-opt --convert-vector-to-llvm='vector-contract-lowering=matmul vector-transpose-lowering=flat' \
-// RUN:          --dump-pass-pipeline 2>&1 | FileCheck %s --check-prefix=NON-DEFAULT
+// RUN:          --dump-pass-pipeline %s 2>&1 | FileCheck %s --check-prefix=NON-DEFAULT
 
 // CHECK: builtin.module(
 // CHECK-SAME: convert-vector-to-llvm{


        


More information about the Mlir-commits mailing list