Issue 161453
Summary [AMDGPU] Add cvt_pk variants to supported list of unpackable instructions
Labels backend:AMDGPU
Assignees
Reporter jrbyrnes
    https://github.com/llvm/llvm-project/commit/c256966fe2129ef75c76a4cab454b35ffa9410f3 added some baseline functionality to unpack v_pk instructions -- by unpacking we are able to co-execute with MFMA. However, we did not support unpacking for all relevant instructions. The next priority instructions are the v_cvt_*pk instructions. TII->isNeverCoissue contains the relevant instructions for MI300, there may be additional instructions of interest for MI350. It is important to unpack these as these often occur in MFMA hot loops.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to