This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Implement expansion for rsq.clamp
ClosedPublic

Authored by arsenm on Jul 27 2020, 5:28 AM.

Details

Summary

Not sure why we handle this removed instruction on newer subtargets
for this one and no others, but maintain compatibility with the DAG.

Diff Detail

Event Timeline

arsenm created this revision.Jul 27 2020, 5:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2020, 5:28 AM
foad accepted this revision.Aug 6 2020, 4:35 AM

Looks technically OK, but it sure would be nice to remove this from selectiondag instead.

This revision is now accepted and ready to land.Aug 6 2020, 4:35 AM