[all-commits] [llvm/llvm-project] 4a58a6: [mlir][linalg] Remove the `test-linalg-to-vector-p...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Thu Jun 12 11:27:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a58a63280a673142fc674db1fb668b7bae00420
https://github.com/llvm/llvm-project/commit/4a58a63280a673142fc674db1fb668b7bae00420
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M mlir/test/Integration/Dialect/Linalg/CPU/test-padtensor.mlir
M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][linalg] Remove the `test-linalg-to-vector-patterns` option (#142116)
This patch removes the `test-linalg-to-vector-patterns` option from the
`-test-linalg-transform-patterns=` test flag. It was only used in one
test, where a more specialized transform dialect op can be used instead:
* `transform.apply_patterns.linalg.pad_vectorization`
While we could preserve `test-linalg-to-vector-patterns`, it's better to
rely on finer-grained transformations — this way, we know exactly what
is being run and tested. Now that its only use has been removed, it
feels natural to delete `test-linalg-to-vector-patterns`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list