This is an archive of the discontinued LLVM Phabricator instance.

[libc] Allow NVPTX to use aliases
ClosedPublic

Authored by jhuber6 on Aug 7 2023, 1:14 PM.

Details

Summary

Summrary:
Following D156014 we can now use aliases for NVPTX, removing this source
of divergence. We require at least +ptx63 and at least sm_30 for
.alias but this is already within what we build for with libc
support.

Diff Detail

Event Timeline

jhuber6 created this revision.Aug 7 2023, 1:14 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 7 2023, 1:14 PM
jhuber6 requested review of this revision.Aug 7 2023, 1:14 PM
sivachandra accepted this revision.Aug 7 2023, 8:41 PM
This revision is now accepted and ready to land.Aug 7 2023, 8:41 PM
This revision was automatically updated to reflect the committed changes.