[all-commits] [llvm/llvm-project] 3b251c: [MLIR] Legalize certain `vector.transfer_read` ops...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Wed Jun 25 01:54:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b251cd675fb8e4910cd4fb217c92dcc6c722eee
https://github.com/llvm/llvm-project/commit/3b251cd675fb8e4910cd4fb217c92dcc6c722eee
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M mlir/lib/Dialect/ArmSVE/Transforms/LegalizeVectorStorage.cpp
A mlir/test/Dialect/ArmSVE/legalize-transfer-read.mlir
A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/transfer-read-scalable-non-trailing.mlir
Log Message:
-----------
[MLIR] Legalize certain `vector.transfer_read` ops of scalable vectors (#143146)
This patch adds a transform of `transfer_read` operation to change the
vector type to one that can be mapped to an LLVM type. This is done by
collapsing trailing dimensions so we obtain a vector type with a single
trailing scalable dimension.
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