This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Relax restrictions on variadics in host-side compilation.
ClosedPublic

Authored by tra on May 24 2023, 12:16 PM.

Details

Summary

D150718 allows variadics during GPU compilation, but we also need to do it for
the host compilation as well, as it will see the same code.

Diff Detail

Event Timeline

tra created this revision.May 24 2023, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 12:16 PM
tra published this revision for review.May 24 2023, 12:16 PM
tra added a reviewer: jlebar.
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 12:16 PM
jlebar accepted this revision.May 24 2023, 3:15 PM
This revision is now accepted and ready to land.May 24 2023, 3:15 PM