[all-commits] [llvm/llvm-project] 429098: [AMDGPU] Fix subtarget predicates for some V_MAD, ...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Tue Nov 7 05:33:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 429098c191bc730ae611f4ecbda0ae79bd198c84
https://github.com/llvm/llvm-project/commit/429098c191bc730ae611f4ecbda0ae79bd198c84
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
Log Message:
-----------
[AMDGPU] Fix subtarget predicates for some V_MAD, V_FMA and V_DOT instructions. (#71194)
Resolves AsmParser ambiguities, e.g., between V_FMA_MIXLO_F16_vi and
V_FMA_MIXLO_F16_gfx11.
Part of <https://github.com/llvm/llvm-project/issues/69256>.
More information about the All-commits
mailing list