[all-commits] [llvm/llvm-project] a4a6d2: [mlir][linalg][nfc] Clean up vectorization tests (...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Thu Oct 16 01:25:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a4a6d2e04c659e60eaadf14aa39805887517dc33
      https://github.com/llvm/llvm-project/commit/a4a6d2e04c659e60eaadf14aa39805887517dc33
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2025-10-16 (Thu, 16 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 (#163379)

* 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/.
  * Re-grouped tests for `linalg.pack`.

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