This is an archive of the discontinued LLVM Phabricator instance.

[3/3] [SimplifyLibCalls] Refactor str/mem libcall handling: Factor out fortified libcall handling, to remove CGP duplicate
ClosedPublic

Authored by ab on Dec 4 2014, 2:08 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ab updated this revision to Diff 16953.Dec 4 2014, 2:08 PM
ab retitled this revision from to [3/3] [SimplifyLibCalls] Refactor str/mem libcall handling: Factor out fortified libcall handling, to remove CGP duplicate.
ab updated this object.
ab edited the test plan for this revision. (Show Details)
ab added a reviewer: echristo.
ab added a subscriber: Unknown Object (MLST).
echristo accepted this revision.Jan 8 2015, 10:01 AM
echristo edited edge metadata.

LGTM.

Thanks for the work here. One silly nit.

-eric

lib/Transforms/Utils/SimplifyLibCalls.cpp
2249 ↗(On Diff #16953)

I know this is copy and paste, but "requires" :)

This revision is now accepted and ready to land.Jan 8 2015, 10:01 AM
This revision was automatically updated to reflect the committed changes.