[all-commits] [llvm/llvm-project] 5616d2: [mlir][linalg][nfc] Clean-up vectorization tests
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Tue Oct 14 05:11:43 PDT 2025
Branch: refs/heads/users/banach-space/linalg/update_vec_tests
Home: https://github.com/llvm/llvm-project
Commit: 5616d22e038e98cb3a18b59a5169fd5726bbc029
https://github.com/llvm/llvm-project/commit/5616d22e038e98cb3a18b59a5169fd5726bbc029
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2025-10-14 (Tue, 14 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