This is an archive of the discontinued LLVM Phabricator instance.

[1/3] [SimplifyLibCalls] Refactor str/mem libcall handling: Factor out signature checks for fortifiable libcalls.
ClosedPublic

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

Details

Summary

The checks are the same for fortified counterparts to the libcalls, so we might as well do them in a single place.

Diff Detail

Repository
rL LLVM

Event Timeline

ab updated this revision to Diff 16950.Dec 4 2014, 2:08 PM
ab retitled this revision from to [1/3] [SimplifyLibCalls] Refactor str/mem libcall handling: Factor out signature checks for fortifiable libcalls..
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, 9:56 AM
echristo edited edge metadata.

LGTM.

-eric

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