[Mlir-commits] [mlir] c983727 - [mlir][sparse-compiler] Fix typo in a test

Andrzej Warzynski llvmlistbot at llvm.org
Fri Mar 31 00:49:50 PDT 2023


Author: Andrzej Warzynski
Date: 2023-03-31T07:49:18Z
New Revision: c98372725b5a3e56bb1c003ef9981d644b79bce7

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

LOG: [mlir][sparse-compiler] Fix typo in a test

This patch fixes a type that was introduced in
https://reviews.llvm.org/D146917 and that triggered buildbot failure:
  * https://lab.llvm.org/buildbot#builders/220/builds/18225

This is rather straightforward (and fixes a bogus test failure), hence
sending without a review.

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate_dim_1.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate_dim_1.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate_dim_1.mlir
index 15116e4c33729..8607ac4539c12 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate_dim_1.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate_dim_1.mlir
@@ -15,7 +15,7 @@
 // Do the same run, but now with direct IR generation and vectorization. Enable
 // Arm SVE if supported.
 // REDEFINE: %{option} = "enable-runtime-library=false enable-buffer-initialization=true vl=4 enable-arm-sve=%ENABLE_VLA reassociate-fp-reductions=true enable-index-optimizations=true"
-// REDEFINE: %{run_option} = "%VLA_ARCH_ATTR_OPTIONS"
+// REDEFINE: %{run_option} = %VLA_ARCH_ATTR_OPTIONS
 // RUN: %{compile} | %{run}
 
 #MAT_C_C = #sparse_tensor.encoding<{dimLevelType = ["compressed", "compressed"]}>


        


More information about the Mlir-commits mailing list