[all-commits] [llvm/llvm-project] 874e36: [AMDGPU][gfx1250] Add `cu-store` option
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Fri Jul 25 01:03:33 PDT 2025
Branch: refs/heads/users/pierre-vh/gfx1250-cu-stores
Home: https://github.com/llvm/llvm-project
Commit: 874e368b4d4ea3326e855990113070fe9450e736
https://github.com/llvm/llvm-project/commit/874e368b4d4ea3326e855990113070fe9450e736
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
M llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
A llvm/test/CodeGen/AMDGPU/gfx1250-no-scope-cu-stores.ll
M llvm/test/MC/Disassembler/AMDGPU/kernel-descriptor-errors.test
Log Message:
-----------
[AMDGPU][gfx1250] Add `cu-store` option
Determines whether we can use `SCOPE_CU` stores (on by default), or
whether all stores must be done at `SCOPE_SE` minimum.
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