This is an archive of the discontinued LLVM Phabricator instance.

[MergeICmp] Fix a bug in entry block shuffled to middle of the chain
ClosedPublic

Authored by trentxintong on Mar 19 2018, 12:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

trentxintong created this revision.Mar 19 2018, 12:31 PM
courbet accepted this revision.Mar 20 2018, 3:15 AM

Thanks for the fix.

lib/Transforms/Scalar/MergeICmps.cpp
406 ↗(On Diff #138980)

s/./,/

This revision is now accepted and ready to land.Mar 20 2018, 3:15 AM
This revision was automatically updated to reflect the committed changes.