This is an archive of the discontinued LLVM Phabricator instance.

[JumpThread] Do RAUW in case Cond folds to a constant in the CFG
AbandonedPublic

Authored by trentxintong on Mar 20 2017, 11:08 AM.

Details

Reviewers
sanjoy
efriedma
Summary

This is done in ProcessThreadableEdges where we compute all the possible
values from all predecessors.

This depends on https://reviews.llvm.org/D30869

Event Timeline

trentxintong created this revision.Mar 20 2017, 11:08 AM
trentxintong edited the summary of this revision. (Show Details)Mar 20 2017, 11:09 AM

Update comments.

trentxintong abandoned this revision.May 1 2017, 4:22 PM

This has been checked in in a different commit.