[Mlir-commits] [mlir] c921247 - [mlir][Linalg] Move test
Andrzej Warzynski
llvmlistbot at llvm.org
Fri Sep 15 08:22:17 PDT 2023
Author: Andrzej Warzynski
Date: 2023-09-15T15:21:32Z
New Revision: c92124765eba8d3ea97e3f319a6009a0f86e22a1
URL: https://github.com/llvm/llvm-project/commit/c92124765eba8d3ea97e3f319a6009a0f86e22a1
DIFF: https://github.com/llvm/llvm-project/commit/c92124765eba8d3ea97e3f319a6009a0f86e22a1.diff
LOG: [mlir][Linalg] Move test
To avoid confusion with vectorization-masked.mlir, move
test/Dialect/Linalg/masked_vectorization.mlir
to:
test/Dialect/Linalg/transpose-compose-masked-vectorize-and-cleanups.mlir
The updated name better reflects what's being tested.
Differential Revision: https://reviews.llvm.org/D158427
Added:
mlir/test/Dialect/Linalg/transpose-compose-masked-vectorize-and-cleanups.mlir
Modified:
Removed:
mlir/test/Dialect/Linalg/masked_vectorization.mlir
################################################################################
diff --git a/mlir/test/Dialect/Linalg/masked_vectorization.mlir b/mlir/test/Dialect/Linalg/transpose-compose-masked-vectorize-and-cleanups.mlir
similarity index 100%
rename from mlir/test/Dialect/Linalg/masked_vectorization.mlir
rename to mlir/test/Dialect/Linalg/transpose-compose-masked-vectorize-and-cleanups.mlir
More information about the Mlir-commits
mailing list