[all-commits] [llvm/llvm-project] bfb5fe: [mlir][ArmSME] Fold transpose into xfer read to en...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Tue May 21 00:08:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfb5fe218ec7aa282375905189bf0aab79609c04
https://github.com/llvm/llvm-project/commit/bfb5fe218ec7aa282375905189bf0aab79609c04
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M mlir/lib/Conversion/VectorToArmSME/VectorToArmSME.cpp
M mlir/test/Conversion/VectorToArmSME/vector-to-arm-sme.mlir
Log Message:
-----------
[mlir][ArmSME] Fold transpose into xfer read to enable in-flight transpose (#92562)
vector.transpose ops whose inputs come from vector.transfer_read can be
eliminated by folding the transpose into the xfer op to enable in-flight
transposition when converting xfer read to arm_sme.tile_load.
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