This is an archive of the discontinued LLVM Phabricator instance.

[MergeICmp] We can discard initial blocks that do other work
ClosedPublic

Authored by trentxintong on Mar 2 2018, 10:21 AM.

Details

Summary

We can discard initial blocks that do other work
We do not need to limit ourselves to just the first block in the chain.

Diff Detail

Repository
rL LLVM

Event Timeline

trentxintong created this revision.Mar 2 2018, 10:21 AM

This looks correct to me but please wait for Clement's opinion on it.

LGTM. This is a better approach than my r324341 :)

courbet accepted this revision.Mar 5 2018, 12:36 AM
This revision is now accepted and ready to land.Mar 5 2018, 12:36 AM
This revision was automatically updated to reflect the committed changes.