[all-commits] [llvm/llvm-project] cd6e02: [mlir][Linalg] Retire TestLinalgCodegenStrategy pass.
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Jul 13 04:20:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd6e02eebcfbad13c6e075d620310ce2fb5b5ea9
https://github.com/llvm/llvm-project/commit/cd6e02eebcfbad13c6e075d620310ce2fb5b5ea9
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
R mlir/test/Dialect/Linalg/codegen-strategy.mlir
R mlir/test/Dialect/Linalg/decompose-convolution.mlir
R mlir/test/Dialect/Linalg/hoist-padding.mlir
R mlir/test/Dialect/Linalg/interchange.mlir
R mlir/test/Dialect/Linalg/pad.mlir
R mlir/test/Dialect/Linalg/tile-and-fuse-no-fuse.mlir
R mlir/test/Dialect/Linalg/tile-and-fuse-on-tensors.mlir
R mlir/test/Dialect/Linalg/tile-and-fuse-sequence-on-tensors.mlir
R mlir/test/Integration/Dialect/Linalg/CPU/benchmark_matmul.mlir
M mlir/test/lib/Dialect/Linalg/CMakeLists.txt
R mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
[mlir][Linalg] Retire TestLinalgCodegenStrategy pass.
This pass tests patterns that are already tested elsewhere by applying them in a semi-targeted
fashion using anchor function and op names.
>From now on, targeted tests should use the transform dialect interpreter.
Differential Revision: https://reviews.llvm.org/D129627
More information about the All-commits
mailing list