This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Unify intrinsic ret/nortn interface
ClosedPublic

Authored by rampitec on Sep 15 2020, 1:18 PM.

Details

Summary

We have a single noret intrinsic an a lot of special handling
around it. Declare it just as any other but do not define rtn
instructions itself instead.

Diff Detail

Event Timeline

rampitec created this revision.Sep 15 2020, 1:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2020, 1:18 PM
rampitec requested review of this revision.Sep 15 2020, 1:18 PM
arsenm accepted this revision.Sep 15 2020, 3:25 PM
This revision is now accepted and ready to land.Sep 15 2020, 3:25 PM
This revision was automatically updated to reflect the committed changes.