This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't create potentially dead rcp declarations
ClosedPublic

Authored by arsenm on Feb 11 2020, 7:26 AM.

Details

Summary

This will introduce unused declarations if this doesn't reach any of
the paths that will really use it.

Diff Detail

Event Timeline

arsenm created this revision.Feb 11 2020, 7:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2020, 7:26 AM
cfang accepted this revision.Feb 11 2020, 9:34 AM

LGTM

This revision is now accepted and ready to land.Feb 11 2020, 9:34 AM
rampitec accepted this revision.Feb 11 2020, 10:54 AM