[all-commits] [llvm/llvm-project] 7acb64: [MLIR][AArch64] Refactor lowering of vector.contra...

Momchil Velikov via All-commits all-commits at lists.llvm.org
Mon Jul 21 05:47:14 PDT 2025


  Branch: refs/heads/users/momchil-velikov/vector-contract-bfmmla-neon
  Home:   https://github.com/llvm/llvm-project
  Commit: 7acb6472dd6d3fc3ed4f834b58ad1760db4c6f17
      https://github.com/llvm/llvm-project/commit/7acb6472dd6d3fc3ed4f834b58ad1760db4c6f17
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

  Changed paths:
    M mlir/lib/Dialect/ArmNeon/Transforms/LowerContractionToNeonI8MMPattern.cpp

  Log Message:
  -----------
  [MLIR][AArch64] Refactor lowering of vector.contract to Neon I8MM

This patch refactors the pattern in `Transforms/LowerContractionToNeonI8MMPattern.cpp`
using similar approach as in https://github.com/llvm/llvm-project/pull/147052
to prepare for adding BF16 support.


  Commit: 5b7e081d51f2c98c91ed53964998b3f7f61fb747
      https://github.com/llvm/llvm-project/commit/5b7e081d51f2c98c91ed53964998b3f7f61fb747
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.td
    M mlir/include/mlir/Dialect/ArmNeon/Transforms.h
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVMPass.cpp
    M mlir/lib/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.cpp
    M mlir/lib/Dialect/ArmNeon/Transforms/CMakeLists.txt
    A mlir/lib/Dialect/ArmNeon/Transforms/LowerContractToNeonPatterns.cpp
    R mlir/lib/Dialect/ArmNeon/Transforms/LowerContractionToNeonI8MMPattern.cpp
    M mlir/lib/Dialect/ArmSVE/Transforms/LowerContractionToSVEI8MMPattern.cpp
    A mlir/test/Dialect/ArmNeon/vector-bfmmla.mlir
    A mlir/test/Integration/Dialect/Vector/CPU/ArmNeon/vector-contract-bfmmla.mlir
    M mlir/test/Integration/Dialect/Vector/CPU/ArmNeon/vector-contract-i8mm.mlir

  Log Message:
  -----------
  [MLIR][AArch64] Lower vector.contract to Neon FEAT_BF16 operations


  Commit: 8dfd754e1d998bc3b2c1df8f38823aed40ff1e18
      https://github.com/llvm/llvm-project/commit/8dfd754e1d998bc3b2c1df8f38823aed40ff1e18
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

  Changed paths:
    M mlir/lib/Dialect/ArmNeon/Transforms/LowerContractToNeonPatterns.cpp
    M mlir/test/Integration/Dialect/Vector/CPU/ArmNeon/vector-contract-bfmmla.mlir

  Log Message:
  -----------
  [fixup] Rename a member function and chanege some allocs to allocas


Compare: https://github.com/llvm/llvm-project/compare/c07f8dd5711f...8dfd754e1d99

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