[all-commits] [llvm/llvm-project] 2f055d: [mlir][ArmSME] Add tile slice layout attr to vecto...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Wed Oct 25 06:44:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f055ddca3fc365b850b5712cca4002185fd3933
https://github.com/llvm/llvm-project/commit/2f055ddca3fc365b850b5712cca4002185fd3933
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td
M mlir/lib/Dialect/ArmSME/Transforms/LegalizeForLLVMExport.cpp
M mlir/test/Dialect/ArmSME/arm-sme-to-llvm.mlir
M mlir/test/Dialect/ArmSME/roundtrip.mlir
Log Message:
-----------
[mlir][ArmSME] Add tile slice layout attr to vector <-> tile ops (#69186)
This is used in #69148 when lowering masked tile_store with non-zero
pad, see #69148
This updates:
* `arm_sme.move_vector_to_tile_slice`
* `arm_sme.move_tile_slice_to_vector`
More information about the All-commits
mailing list