[all-commits] [llvm/llvm-project] 4db74c: [NFC][AMDGPU] Replace uint64_t SDWA inst-type disc...
Valery Pykhtin via All-commits
all-commits at lists.llvm.org
Fri May 29 07:21:01 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4db74c054e2bc911a942f0843c2fdb49a95dd9df
https://github.com/llvm/llvm-project/commit/4db74c054e2bc911a942f0843c2fdb49a95dd9df
Author: Valery Pykhtin <valery.pykhtin at amd.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
Log Message:
-----------
[NFC][AMDGPU] Replace uint64_t SDWA inst-type discriminant with typed enum (#200388)
cvtSDWA() previously took a uint64_t BasicInstType parameter and callers
passed raw TSFlag bit values (SIInstrFlags::VOP1/VOP2/VOPC) as a
discriminant. Introduce a private AMDGPUAsmParser::SDWAInstType enum
class to remove the raw-flag dependency.
---------
Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.com>
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