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