This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Handle bitcast and ASC(101) when trying to avoid argument copy.
ClosedPublic

Authored by tra on Apr 6 2021, 11:03 AM.

Details

Summary

This allows us to skip the copy in few more cases.

Diff Detail

Event Timeline

tra created this revision.Apr 6 2021, 11:03 AM
tra requested review of this revision.Apr 6 2021, 11:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2021, 11:03 AM
jlebar accepted this revision.Apr 6 2021, 12:12 PM

Looks great to me. Thanks, Art.

This revision is now accepted and ready to land.Apr 6 2021, 12:12 PM
tra updated this revision to Diff 335639.Apr 6 2021, 1:07 PM
tra edited the summary of this revision. (Show Details)

Cleaned up clang-tidy warning

This revision was landed with ongoing or failed builds.Apr 6 2021, 1:13 PM
This revision was automatically updated to reflect the committed changes.