This is an archive of the discontinued LLVM Phabricator instance.

[LoopAccesses] Factor out RuntimePointerCheck::needsChecking
ClosedPublic

Authored by anemet on Feb 16 2015, 2:20 PM.

Details

Summary

Will be used by the new RuntimePointerCheck::print.

This is part of the patchset that converts LoopAccessAnalysis into an
actual analysis pass.

Diff Detail

Event Timeline

anemet updated this revision to Diff 20056.Feb 16 2015, 2:20 PM
anemet retitled this revision from to [LoopAccesses] Factor out RuntimePointerCheck::needsChecking.
anemet updated this object.
anemet edited the test plan for this revision. (Show Details)
anemet added reviewers: hfinkel, aschwaighofer, nadav.
anemet added a subscriber: Unknown Object (MLST).
hfinkel accepted this revision.Feb 16 2015, 5:13 PM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 16 2015, 5:13 PM
anemet closed this revision.Mar 1 2015, 9:40 PM

r229629