This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Preserve src2_modifiers in convertToThreeAddress
ClosedPublic

Authored by foad on Mar 1 2022, 3:15 AM.

Details

Summary

Found by code inspection. I don't think it makes a difference with
current codegen, because if any source modifiers were present we
would have selected mad/fma instead of mac/fmac in the first place.

Diff Detail

Event Timeline

foad created this revision.Mar 1 2022, 3:15 AM
foad requested review of this revision.Mar 1 2022, 3:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 3:15 AM
arsenm accepted this revision.Mar 1 2022, 6:40 AM
This revision is now accepted and ready to land.Mar 1 2022, 6:40 AM
This revision was landed with ongoing or failed builds.Mar 1 2022, 6:50 AM
This revision was automatically updated to reflect the committed changes.