[all-commits] [llvm/llvm-project] 2d5217: [AMDGPU] Support lowering of cluster related instr...

Shilei Tian via All-commits all-commits at lists.llvm.org
Fri Sep 12 16:18:55 PDT 2025


  Branch: refs/heads/users/shiltian/cluster-intrinsics-lowering
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d521749de5dc3cbcac945d6f10d4c0ea51cf71b
      https://github.com/llvm/llvm-project/commit/2d521749de5dc3cbcac945d6f10d4c0ea51cf71b
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M llvm/docs/AMDGPUUsage.rst
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.h
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cluster.workgroup.id.ll
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cluster.workgroup.max.flat.id.ll
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cluster.workgroup.max.id.ll
    M llvm/test/CodeGen/AMDGPU/lower-work-group-id-intrinsics-hsa.ll
    A llvm/test/CodeGen/AMDGPU/lower-work-group-id-intrinsics-opt.ll
    A llvm/test/CodeGen/AMDGPU/lower-work-group-id-intrinsics.ll
    M llvm/test/CodeGen/AMDGPU/reassoc-mul-add-1-to-mad.ll
    M llvm/test/CodeGen/AMDGPU/workgroup-id-in-arch-sgprs.ll

  Log Message:
  -----------
  [AMDGPU] Support lowering of cluster related instrinsics

Since many code are connected, this also changes how workgroup id is lowered.

Co-authored-by: Jay Foad <jay.foad at amd.com>
Co-authored-by: Ivan Kosarev <ivan.kosarev at amd.com>


  Commit: 0621493a676bfd583dc3410ab54e0d9d8cad9250
      https://github.com/llvm/llvm-project/commit/0621493a676bfd583dc3410ab54e0d9d8cad9250
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp

  Log Message:
  -----------
  fix comments


  Commit: ef30e83fd7daba34e5b92b8c0482f9c4bf39dda4
      https://github.com/llvm/llvm-project/commit/ef30e83fd7daba34e5b92b8c0482f9c4bf39dda4
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp

  Log Message:
  -----------
  more fix


  Commit: 250ef05b81c47384810f9c91c4412d4f26fe3500
      https://github.com/llvm/llvm-project/commit/250ef05b81c47384810f9c91c4412d4f26fe3500
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp

  Log Message:
  -----------
  one more touch


Compare: https://github.com/llvm/llvm-project/compare/cca076148c6e...250ef05b81c4

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