[PATCH] D15064: Introduce a range version of std::find, and use in SCEV

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 29 19:22:31 PST 2015


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks good, please commit.

(one day we'll probably want to generalize these a bit further so they handle arbitrary ranges using ADL-calls to begin/end ("using std::begin; ... begin(x)") so they work with arrays, for example)


http://reviews.llvm.org/D15064





More information about the llvm-commits mailing list