This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Take advantage of VOP3 literals in convertToThreeAddress
ClosedPublic

Authored by foad on Aug 2 2022, 9:11 AM.

Details

Summary

This improves a corner case where v_fmac can be converted to v_fma on
GFX10+ even if it has a literal operand.

Diff Detail

Event Timeline

foad created this revision.Aug 2 2022, 9:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2022, 9:11 AM
foad requested review of this revision.Aug 2 2022, 9:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2022, 9:11 AM
arsenm accepted this revision.Aug 2 2022, 9:15 AM
This revision is now accepted and ready to land.Aug 2 2022, 9:15 AM
This revision was landed with ongoing or failed builds.Aug 2 2022, 9:29 AM
This revision was automatically updated to reflect the committed changes.