[PATCH] D134961: [AMDGPU][MC][GFX11] Correct v_fmac_.*_e64_dpp
Joe Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 06:48:14 PDT 2022
Joe_Nash added a comment.
If I understand the current state: e32 dpp is not creatable but is assemblable, e64 dpp is creatable but not assemblable. Perhaps a way to fix _e64 is in the asmParser in cvtVOP3DPP ~L8900? I think it's treating the operand as src2 when it is actually the old operand.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134961/new/
https://reviews.llvm.org/D134961
More information about the llvm-commits
mailing list