[all-commits] [llvm/llvm-project] ee12ab: [mlir][linalg][nfc] Clean-up vectorization tests
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Wed Oct 15 00:19:36 PDT 2025
Branch: refs/heads/users/banach-space/linalg/update_vec_tests
Home: https://github.com/llvm/llvm-project
Commit: ee12ab28f73a3d9115f95a85830188d3c534e7d2
https://github.com/llvm/llvm-project/commit/ee12ab28f73a3d9115f95a85830188d3c534e7d2
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M mlir/test/Dialect/Linalg/vectorization/linalg-ops-with-patterns.mlir
M mlir/test/Dialect/Linalg/vectorization/linalg-ops.mlir
Log Message:
-----------
[mlir][linalg][nfc] Clean-up vectorization tests
* Added high-level section labels in linalg-ops-with-patterns.mlir.
* Moved tests for `memref.copy` to the bottom, after all Linalg ops.
* Removed duplicate `@test_vectorize_padded_pack_no_vector_sizes` tests
— they differed only in tensor dimensions (both static).
* Updated comments and test names for `linalg.pack` to improve clarity
and align with https://mlir.llvm.org/getting_started/TestingGuide/.
For a broader context, I plan to update the vectorization logic for
`linalg.pack`. This clean-up will make the following PRs easier to
review.
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