This is an archive of the discontinued LLVM Phabricator instance.

Optimize isValueEqualInPotentialCycles
ClosedPublic

Authored by dberlin on Mar 18 2015, 10:26 PM.

Details

Reviewers
nlewycky
hfinkel
Summary

On larger test cases, we actually spend some time going to grab pass info and such, to be able to do the for loop, even if there is nothing in the visited set.

Diff Detail

Repository
rL LLVM

Event Timeline

dberlin retitled this revision from to Optimize isValueEqualInPotentialCycles.
dberlin updated this object.
dberlin edited the test plan for this revision. (Show Details)
dberlin added reviewers: nlewycky, hfinkel.
dberlin set the repository for this revision to rL LLVM.
dberlin added a subscriber: Unknown Object (MLST).
hfinkel accepted this revision.Mar 20 2015, 10:31 AM
hfinkel edited edge metadata.

In the future, please post your patches with full context (instructions are: http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface)

LGTM.

This revision is now accepted and ready to land.Mar 20 2015, 10:31 AM

Yes, apologies, arc diff was throwing errors on this for some reason, so i
did it manually.

dberlin closed this revision.Mar 28 2015, 8:03 PM