Revert 264782 and 264789
authorTobias Grosser <tobias@grosser.es>
Wed, 30 Mar 2016 18:18:31 +0000 (18:18 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 30 Mar 2016 18:18:31 +0000 (18:18 +0000)
commit6deba4ea03db6142ac648a4a8c78d606e1236765
treecdd326a6628ae1d3f45d877254e48009b97546ee
parent83c517c44eb3087b284ee73c49decb7aaf38e273
Revert 264782 and 264789

These caused LNT failures due to new assertions when running with
-polly-position=before-vectorizer -polly-process-unprofitable for:

FAIL: clamscan.compile_time
FAIL: cjpeg.compile_time
FAIL: consumer-jpeg.compile_time
FAIL: shapes.compile_time
FAIL: clamscan.execution_time
FAIL: cjpeg.execution_time
FAIL: consumer-jpeg.execution_time
FAIL: shapes.execution_time

The failures have been introduced by r264782, but r264789 had to be reverted
as it depended on the earlier patch.

llvm-svn: 264885
15 files changed:
polly/include/polly/ScopInfo.h
polly/lib/Analysis/ScopInfo.cpp
polly/test/Isl/CodeGen/phi_scalar_simple_1.ll
polly/test/ScopInfo/complex-successor-structure-2.ll [deleted file]
polly/test/ScopInfo/complex-successor-structure-3.ll [deleted file]
polly/test/ScopInfo/complex-successor-structure.ll
polly/test/ScopInfo/intra_and_inter_bb_scalar_dep.ll
polly/test/ScopInfo/non-affine-region-with-loop-2.ll
polly/test/ScopInfo/non_affine_region_1.ll
polly/test/ScopInfo/phi_scalar_simple_1.ll
polly/test/ScopInfo/pointer-used-as-base-pointer-and-scalar-read.ll
polly/test/ScopInfo/remarks.ll
polly/test/ScopInfo/switch-1.ll
polly/test/ScopInfo/switch-2.ll
polly/test/ScopInfo/switch-4.ll