This is an archive of the discontinued LLVM Phabricator instance.

[JumpThreading] Make sure UNDEF does not make us think a block can have multiple possible destinations
AbandonedPublic

Authored by trentxintong on Jun 14 2018, 11:43 AM.

Details

Reviewers
davide
Summary

Make sure UNDEF does not make us think a block can have multiple possible destinations. This can prevent
folding.

Diff Detail

Event Timeline

trentxintong created this revision.Jun 14 2018, 11:43 AM
trentxintong abandoned this revision.Jun 14 2018, 11:45 AM

I am having some trouble with arc. Created this diff accidentally. Its a duplicate of https://reviews.llvm.org/D48181