Disable the new aggressive remat logic introduced in 54000; it causes some
authorDan Gohman <gohman@apple.com>
Fri, 25 Jul 2008 15:08:37 +0000 (15:08 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 25 Jul 2008 15:08:37 +0000 (15:08 +0000)
commit4c8f87038ddc0fbcce751f0e2e7c0e564abca096
treecd2beae470c3df6743dd6ab9674730c620863632
parent92879f3a9e6625d4a17a3d93e6250a59b0497660
Disable the new aggressive remat logic introduced in 54000; it causes some
regressions, such as PR2595. Also, there is a significant code-quality
issue in SPEC 464.h264ref and a few others.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54014 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp