[all-commits] [llvm/llvm-project] 62ad29: [MLIR] Legalize certain `vector.transfer_read` ops...

Momchil Velikov via All-commits all-commits at lists.llvm.org
Fri Jun 6 07:09:06 PDT 2025


  Branch: refs/heads/users/momchil-velikov/legalize-scalable-transfer-read
  Home:   https://github.com/llvm/llvm-project
  Commit: 62ad29ddc4d8c1ffa7c5af5dbadd9bb0647964ea
      https://github.com/llvm/llvm-project/commit/62ad29ddc4d8c1ffa7c5af5dbadd9bb0647964ea
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-06-06 (Fri, 06 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-not-rightmost.mlir

  Log Message:
  -----------
  [MLIR] Legalize certain `vector.transfer_read` ops of scalable vectors

THis patch add 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
scalable dimension in the rightmost position.



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