[all-commits] [llvm/llvm-project] 318790: [AMDGPU] Fix getAsmVOP3Base call agruments.
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Jun 17 10:46:10 PDT 2025
Branch: refs/heads/users/rampitec/06-17-_amdgpu_fix_getasmvop3base_call_agruments
Home: https://github.com/llvm/llvm-project
Commit: 3187905a9aa1b5ad223245eb9b3c430e199d53f9
https://github.com/llvm/llvm-project/commit/3187905a9aa1b5ad223245eb9b3c430e199d53f9
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2025-06-17 (Tue, 17 Jun 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
Log Message:
-----------
[AMDGPU] Fix getAsmVOP3Base call agruments.
https://github.com/llvm/llvm-project/pull/143465 has removed
getAsmVOP3OpSel and uses getAsmVOP3Base instead, but original
call to getAsmVOP3OpSel was using HasSrc*FloatMods and the
call to getAsmVOP3Base uses HasSrc*Mods. This does not play
well with opsel. An opsel instruction has modifiers in dag but
shall not have them in the asm string.
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