[all-commits] [llvm/llvm-project] 8b087d: AMDGPU: Move default wavesize hack for disassemble...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat Nov 23 09:25:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b087d64222276090702fb70dec5939eb22a017c
https://github.com/llvm/llvm-project/commit/8b087d64222276090702fb70dec5939eb22a017c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
Log Message:
-----------
AMDGPU: Move default wavesize hack for disassembler (#117422)
You cannot adjust the disassembler's subtarget. llvm-mc passes
the originally constructed MCSubtargetInfo around, rather than
querying the pointer in the disassembler instance.
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