This is an archive of the discontinued LLVM Phabricator instance.

Revert "[DAGCombine] Improve Lifetime node chains." and follow-ups
ClosedPublic

Authored by inglorion on Apr 2 2019, 3:37 PM.

Details

Reviewers
niravd
rnk
Summary

This reverts r357309 and r357256.

Reason for revert: r357256 causes pathologically slow DAG Combining 1
times on some inputs (PR41352). r357309 builds on r357256 and so is
also reverted here.

Event Timeline

inglorion created this revision.Apr 2 2019, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2019, 3:37 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
rnk accepted this revision.Apr 2 2019, 3:46 PM

lgtm

In the future, it's not necessary to ask for code review to commit a revert.

This revision is now accepted and ready to land.Apr 2 2019, 3:46 PM
inglorion closed this revision.Apr 4 2019, 11:50 AM