[PATCH] D40151: [CUDA] [test-suite] Remove references to nexttoward in CUDA tests.

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 16 15:30:22 PST 2017


jlebar created this revision.
Herald added a subscriber: sanjoy.

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.


https://reviews.llvm.org/D40151

Files:
  External/CUDA/cmath.cu
  External/CUDA/math_h.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40151.123256.patch
Type: text/x-patch
Size: 5083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171116/48499c68/attachment.bin>


More information about the cfe-commits mailing list