[all-commits] [llvm/llvm-project] 0a8063: AMDGPU: Ensure both wavesize features are not set ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Sep 25 02:46:56 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a80631142db9eb2c357dee304d51c1ef1acc590
      https://github.com/llvm/llvm-project/commit/0a80631142db9eb2c357dee304d51c1ef1acc590
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-09-25 (Thu, 25 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/GCNSubtarget.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    A llvm/test/MC/AMDGPU/wavesize-feature-unsupported-target.s
    M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
    A llvm/test/MC/Disassembler/AMDGPU/gfx1250_wave64_feature.s
    A llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt

  Log Message:
  -----------
  AMDGPU: Ensure both wavesize features are not set (#159234)

Make sure we cannot be in a mode with both wavesizes. This
prevents assertions in a future change. This should probably
just be an error, but we do not have a good way to report
errors from the MCSubtargetInfo constructor.



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