Issue 168983
Summary AMDGPURewriteAGPRCopyMFMA should handle ds_write2 instructions
Labels backend:AMDGPU, missed-optimization
Assignees
Reporter arsenm
    Currently this pass only handles converting MFMA instructions from the opcode that uses VGPRs for the result and src2 operands to the AGPR form. Really this should handle all instructions with data operands that can be AGPR or VGPR, but are paired with another operand. This also applies to the ds_write2_b32, ds_writest64_b32, ds_write2_b64, ds_writest64_b64, and image atomics. The image atomic cases are probably not useful in the real world, but the DS writes may be
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to