[all-commits] [llvm/llvm-project] 834cdc: [mlir][ArmSME] Fix get_tile_id type in zero lowering

Cullen Rhodes via All-commits all-commits at lists.llvm.org
Wed Aug 30 00:16:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 834cdc8b64d572d2b2aae28c916a6b27dca1eb65
      https://github.com/llvm/llvm-project/commit/834cdc8b64d572d2b2aae28c916a6b27dca1eb65
  Author: Cullen Rhodes <cullen.rhodes at arm.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M mlir/lib/Dialect/ArmSME/Transforms/LegalizeForLLVMExport.cpp
    M mlir/test/Dialect/ArmSME/tile-zero-masks.mlir

  Log Message:
  -----------
  [mlir][ArmSME] Fix get_tile_id type in zero lowering

The arm_sme.get_tile_id op returns a scalar integer but the arm_sme.zero
op lowering incorrectly uses the element type, which could be
floating-point.

Reviewed By: awarzynski, benmxwl-arm

Differential Revision: https://reviews.llvm.org/D159080




More information about the All-commits mailing list