[all-commits] [llvm/llvm-project] 7738b5: [AMDGPU][gfx1250] Add `cu-store` option

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Fri Jul 25 01:45:13 PDT 2025


  Branch: refs/heads/users/pierre-vh/gfx1250-cu-stores
  Home:   https://github.com/llvm/llvm-project
  Commit: 7738b5e032f515947f4bc8a7f74e8199ff7dff3d
      https://github.com/llvm/llvm-project/commit/7738b5e032f515947f4bc8a7f74e8199ff7dff3d
  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