[all-commits] [llvm/llvm-project] 57ba44: [AMDGPU][gfx1250] Support "cluster" syncscope
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Wed Sep 10 02:04:39 PDT 2025
Branch: refs/heads/users/pierre-vh/cluster-mm-gfx1250
Home: https://github.com/llvm/llvm-project
Commit: 57ba44ed4de6c45bb874e6596dd642086b21cf0f
https://github.com/llvm/llvm-project/commit/57ba44ed4de6c45bb874e6596dd642086b21cf0f
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-09-10 (Wed, 10 Sep 2025)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
M llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/test/CodeGen/AMDGPU/memory-legalizer-fence.ll
A llvm/test/CodeGen/AMDGPU/memory-legalizer-flat-cluster.ll
A llvm/test/CodeGen/AMDGPU/memory-legalizer-global-cluster.ll
A llvm/test/CodeGen/AMDGPU/memory-legalizer-local-cluster.ll
A llvm/test/CodeGen/AMDGPU/memory-legalizer-private-cluster.ll
Log Message:
-----------
[AMDGPU][gfx1250] Support "cluster" syncscope
Defaults to "agent" for targets that do not support it.
- Add documentation
- Register it in MachineModuleInfo
- Add MemoryLegalizer support
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