[all-commits] [llvm/llvm-project] 89f8d3: [AMDGPU] Fix subtarget predicates for some V_MFMA ...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Mon Oct 30 06:47:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89f8d35094518ed9734a493cf19e188c56c8d4e4
https://github.com/llvm/llvm-project/commit/89f8d35094518ed9734a493cf19e188c56c8d4e4
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
Log Message:
-----------
[AMDGPU] Fix subtarget predicates for some V_MFMA instructions. (#70450)
Resolves AsmParser ambiguity, e.g., V_MFMA_I32_32X32X8I8_vi currently
has isGFX908orGFX90A as its subtarget predicate, which makes it
identical to V_MFMA_I32_32X32X8I8_gfx90a_acd on GFX90A.
Part of <https://github.com/llvm/llvm-project/issues/69256>.
More information about the All-commits
mailing list