This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Fix names of __nvvm_vote* intrinsics.
ClosedPublic

Authored by tra on Sep 22 2017, 2:15 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Sep 22 2017, 2:15 PM
jlebar accepted this revision.Sep 25 2017, 10:50 AM

Should we add tests to the test-suite? Or, are these already caught by the existing tests we have?

This revision is now accepted and ready to land.Sep 25 2017, 10:50 AM
tra added a comment.Sep 25 2017, 10:55 AM

Should we add tests to the test-suite? Or, are these already caught by the existing tests we have?

That's the plan. Once clang can compile CUDA headers, I'll add CUDA-9 specific tests to the testsuite and update the buildbot to compile/run tests with CUDA-9.

This revision was automatically updated to reflect the committed changes.