[all-commits] [llvm/llvm-project] cf4a2c: fixup! [mlir][linalg] Refactor vectorization hooks...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu May 29 12:01:48 PDT 2025
Branch: refs/heads/users/banach-space/vector/update_vectorize_insert_slice
Home: https://github.com/llvm/llvm-project
Commit: cf4a2c51607a3e1fda4d6ce7306461a0cf078d2c
https://github.com/llvm/llvm-project/commit/cf4a2c51607a3e1fda4d6ce7306461a0cf078d2c
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorization/insert-slice-with-patterns.mlir
M mlir/test/Dialect/Linalg/vectorization/pad-with-patterns.mlir
Log Message:
-----------
fixup! [mlir][linalg] Refactor vectorization hooks to improve code reuse
* Restore the original behaviour in `vectorizeAsInsertSliceOp`, whereby
the `in_bounds` attribute was used to identify potentially
out-of-bounds accesses. Masks are only used when input vector sizes
are specified.
* Revert the changes in insert-slice-with-patterns.mlir and
pad-with-patterns.mlir, i.e. the tests in which we don't specify
vector sizes.
* Other minor updates.
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