Is it OK to merge the following revision(s) to the 7.0 branch?
https://reviews.llvm.org/rL345353
r345353 fixes a regression in v7.0, which makes JumpThreading take an unacceptable amount of time on some inputs. Relevant bug: https://bugs.llvm.org/show_bug.cgi?id=37929 Review link: https://reviews.llvm.org/D53245
Rewording: r345353 fixes a regression which makes JumpThreading take an unacceptable amount of time on some inputs in v7.0.
Jakub, You reviewed this patch, what do you think about merging this?
This should be safe to merge, I don't know of any regression caused by the patch, while it solves some known (slowness) bugs.
Merged: r347285