This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] [test-suite] Remove references to nexttoward in CUDA tests.
ClosedPublic

Authored by jlebar on Nov 16 2017, 3:30 PM.

Details

Summary

This function never worked -- the only reason the tests passed is
because calls to this function were being DCE'ed. We're going to remove
this broken function from clang, but first we need to remove it from the
test-suite.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar created this revision.Nov 16 2017, 3:30 PM
tra accepted this revision.Nov 16 2017, 4:52 PM
This revision is now accepted and ready to land.Nov 16 2017, 4:52 PM
This revision was automatically updated to reflect the committed changes.