[all-commits] [llvm/llvm-project] 7b2fa2: AMDGPU: Remove subtarget feature hacking in AsmParser
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Sep 16 19:15:02 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/remove-subtarget-hacking-asmparser
Home: https://github.com/llvm/llvm-project
Commit: 7b2fa2f5b8cadafa98c73455a3550ac58b996c29
https://github.com/llvm/llvm-project/commit/7b2fa2f5b8cadafa98c73455a3550ac58b996c29
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
Log Message:
-----------
AMDGPU: Remove subtarget feature hacking in AsmParser
The wavesize hacking part was already done in
createAMDGPUMCSubtargetInfo, and we can move the default
target hack there too.
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