[all-commits] [llvm/llvm-project] 1966c8: [AMDGPU] Change 9 SWMMAC builtins to use 64-bit index

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Thu Feb 12 13:37:45 PST 2026


  Branch: refs/heads/users/rampitec/v2-swmmac-index
  Home:   https://github.com/llvm/llvm-project
  Commit: 1966c8a46360ad78cefa2a85b5e0e137121885fb
      https://github.com/llvm/llvm-project/commit/1966c8a46360ad78cefa2a85b5e0e137121885fb
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsAMDGPU.td
    M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.index.gfx1250.w32.ll

  Log Message:
  -----------
  [AMDGPU] Change 9 SWMMAC builtins to use 64-bit index

There 9 gfx1250 instructions have 64-bit packed index:

- v_swmmac_f16_16x16x128_bf8_bf8
- v_swmmac_f16_16x16x128_bf8_fp8
- v_swmmac_f16_16x16x128_fp8_bf8
- v_swmmac_f16_16x16x128_fp8_fp8
- v_swmmac_f32_16x16x128_bf8_bf8
- v_swmmac_f32_16x16x128_bf8_fp8
- v_swmmac_f32_16x16x128_fp8_bf8
- v_swmmac_f32_16x16x128_fp8_fp8
- v_swmmac_i32_16x16x128_iu8

Intrinsics accept anyint, but builtins are defined with i32 argument.

Fixes: SWDEV-579843



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