This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] [test-suite] Test std::min and std::max with C++11.
ClosedPublic

Authored by jlebar on Nov 8 2017, 1:56 PM.

Details

Summary

Previously we only tested on C++14 and newer, which let slip a bug where
std::min returned the max. :(

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar created this revision.Nov 8 2017, 1:56 PM
tra accepted this revision.Nov 8 2017, 2:10 PM

LGTM.

This revision is now accepted and ready to land.Nov 8 2017, 2:10 PM
This revision was automatically updated to reflect the committed changes.