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

Momchil Velikov via All-commits all-commits at lists.llvm.org
Mon Jun 9 09:42:25 PDT 2025


  Branch: refs/heads/users/momchil-velikov/legalize-scalable-transfer-read
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a6d6037b6da51b2da474c99751433542cf35603
      https://github.com/llvm/llvm-project/commit/6a6d6037b6da51b2da474c99751433542cf35603
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-06-09 (Mon, 09 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.


  Commit: 413d9dc3461c2caf2a541a8a268356d3c3854406
      https://github.com/llvm/llvm-project/commit/413d9dc3461c2caf2a541a8a268356d3c3854406
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-06-09 (Mon, 09 Jun 2025)

  Changed paths:
    M mlir/lib/Dialect/ArmSVE/Transforms/LegalizeVectorStorage.cpp

  Log Message:
  -----------
  [fixup] Fix formatting


Compare: https://github.com/llvm/llvm-project/compare/4d13aa2c48a2...413d9dc3461c

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