[all-commits] [llvm/llvm-project] 59cf07: [AMDGPU] Fix getAsmVOP3Base call agruments.
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Jun 17 12:58:22 PDT 2025
Branch: refs/heads/users/rampitec/06-17-_amdgpu_fix_getasmvop3base_call_agruments
Home: https://github.com/llvm/llvm-project
Commit: 59cf075e55938b638634cae026f2df31992eaef7
https://github.com/llvm/llvm-project/commit/59cf075e55938b638634cae026f2df31992eaef7
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