This is an archive of the discontinued LLVM Phabricator instance.

Factor out SmallDataThreshold.
AbandonedPublic

Authored by iajbar on May 9 2015, 12:49 PM.

Details

Summary

This patch factors out SmallDataThreshold code.

Diff Detail

Event Timeline

iajbar updated this revision to Diff 25419.May 9 2015, 12:49 PM
iajbar retitled this revision from to Factor out SmallDataThreshold..
iajbar updated this object.
iajbar edited the test plan for this revision. (Show Details)
iajbar added a reviewer: bcahoon.
iajbar added a subscriber: Unknown Object (MLST).
iajbar set the repository for this revision to rL LLVM.
bcahoon added inline comments.May 11 2015, 1:32 PM
lib/Driver/ToolChains.cpp
2153

put on one line

lib/Driver/Tools.cpp
5390

no need for braces.

iajbar abandoned this revision.May 12 2015, 4:29 PM
iajbar updated this revision to Diff 25646.
iajbar removed rL LLVM as the repository for this revision.