[all-commits] [llvm/llvm-project] f39746: [MLIR][ArmSVE] Add initial lowering of `vector.con...

Momchil Velikov via All-commits all-commits at lists.llvm.org
Wed May 14 10:17:09 PDT 2025


  Branch: refs/heads/users/momchil-velikov/vector-contract-i8mm
  Home:   https://github.com/llvm/llvm-project
  Commit: f397467bc167d94a28a919a45c009a8f08b6351b
      https://github.com/llvm/llvm-project/commit/f397467bc167d94a28a919a45c009a8f08b6351b
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/include/mlir/Dialect/ArmSVE/Transforms/Transforms.h
    M mlir/lib/Conversion/VectorToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVMPass.cpp
    M mlir/lib/Dialect/ArmNeon/Transforms/LowerContractionToSMMLAPattern.cpp
    M mlir/lib/Dialect/ArmSVE/Transforms/CMakeLists.txt
    A mlir/lib/Dialect/ArmSVE/Transforms/LowerContractionToSVEI8MMPattern.cpp
    A mlir/test/Dialect/Vector/CPU/ArmSVE/vector-smmla.mlir
    A mlir/test/Dialect/Vector/CPU/ArmSVE/vector-summla.mlir
    A mlir/test/Dialect/Vector/CPU/ArmSVE/vector-ummla.mlir
    A mlir/test/Dialect/Vector/CPU/ArmSVE/vector-usmmla.mlir
    A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/contraction-smmla-4x8x4.mlir
    A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/contraction-smmla-8x8x8-vs2.mlir
    A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/contraction-summla-4x8x4.mlir
    A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/contraction-ummla-4x8x4.mlir
    A mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/contraction-usmmla-4x8x4.mlir

  Log Message:
  -----------
  [MLIR][ArmSVE] Add initial lowering of `vector.contract` to SVE `*MMLA` instructions


  Commit: 32203d5b5573aaa0fecc0e5f1c5d90148c095a6e
      https://github.com/llvm/llvm-project/commit/32203d5b5573aaa0fecc0e5f1c5d90148c095a6e
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

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

  Log Message:
  -----------
  [fixup] Misc changes

  -- come commenting
  -- replace enable_if with a staic assert
  -- return reasons for match failures


Compare: https://github.com/llvm/llvm-project/compare/8e87a7f3b143...32203d5b5573

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