This is an archive of the discontinued LLVM Phabricator instance.

Add a stat to show how often the MaxLookupSearchDepth limit is hit
ClosedPublic

Authored by wmi on May 11 2015, 4:49 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

wmi updated this revision to Diff 25528.May 11 2015, 4:49 PM
wmi retitled this revision from to Add a stat to show how often the MaxLookupSearchDepth limit is hit.
wmi updated this object.
wmi edited the test plan for this revision. (Show Details)
wmi added reviewers: hfinkel, qcolombet.
wmi set the repository for this revision to rL LLVM.
wmi added subscribers: davidxl, Unknown Object (MLST).
qcolombet accepted this revision.Aug 5 2015, 1:15 PM
qcolombet edited edge metadata.

Hi Wei,

Aside from bike shedding with comments and variable names.
LGTM.

Thanks,
-Quentin

lib/Analysis/BasicAliasAnalysis.cpp
51 ↗(On Diff #25528)

Number of times the limit to decompose GEPs is reached.

52 ↗(On Diff #25528)

Number of times a GEP is decomposed.

This revision is now accepted and ready to land.Aug 5 2015, 1:15 PM
This revision was automatically updated to reflect the committed changes.