The checks are the same for fortified counterparts to the libcalls, so we might as well do them in a single place.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D6539
[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
Event TimelineThis revision is now accepted and ready to land.Jan 8 2015, 9:56 AM Closed by commit rL225638: [SimplifyLibCalls] Factor out signature checks for fortifiable libcalls. (authored by ab). · Explain WhyJan 12 2015, 9:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 18023 llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
|