This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix hanging test on NVPTX due to lack of warp sync
ClosedPublic

Authored by jhuber6 on May 4 2023, 7:38 PM.

Details

Summary

Previously this wasn't implemented because it's effectively a no-op.
However, this should be safe to emit on sm_60 architectures. It's
important because it carries semantic importance for whether or not
something can be moved. So we should always emit this instrinsic.

Diff Detail

Event Timeline

jhuber6 created this revision.May 4 2023, 7:38 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 4 2023, 7:38 PM
jhuber6 requested review of this revision.May 4 2023, 7:38 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 4 2023, 7:38 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.