[all-commits] [llvm/llvm-project] a4f125: AMDGPU: Move default wavesize hack for disassembler
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat Nov 23 09:22:35 PST 2024
Branch: refs/heads/users/arsenm/amdgpu-move-disassembler-mcsubtarget-info-hack
Home: https://github.com/llvm/llvm-project
Commit: a4f1256461d035ac3b2083b326392e72f9833008
https://github.com/llvm/llvm-project/commit/a4f1256461d035ac3b2083b326392e72f9833008
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
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