This is an archive of the discontinued LLVM Phabricator instance.

[MDA][DSE] DBG values no longer impact abort limit for call site dependence analysis
Needs ReviewPublic

Authored by Henric on Oct 6 2016, 6:15 AM.

Details

Reviewers
jmolloy
hfinkel
Summary

Memory dependence analysis no longer counts DBG Value instructions for the limit where to abort the analysis.

Diff Detail

Event Timeline

Henric updated this revision to Diff 73778.Oct 6 2016, 6:15 AM
Henric retitled this revision from to [MDA][DSE] DBG values no longer impact abort limit for call site dependence analysis.
Henric updated this object.
Henric added reviewers: hfinkel, jmolloy.
Henric added a subscriber: llvm-commits.

Ping, anyone feel like having an opinion about this?