[RegisterPasses] Run polly-simplify also right after scop modeling
commit6a6af92afe25ab6c3a1fe5213dc6f1024533bb96
authorTobias Grosser <tobias@grosser.es>
Tue, 8 Aug 2017 15:14:46 +0000 (8 15:14 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 8 Aug 2017 15:14:46 +0000 (8 15:14 +0000)
tree10dc7a3ae6504f3c1cd05c57d1c36cddbf42ed22
parent258bde1e71fd1c45b8a8e9b552735c0ee44a7cce
[RegisterPasses] Run polly-simplify also right after scop modeling

This allows us to get rid of stores that are overwritten within the very same
basic block, without ever being read beforehand. This simplification is
necessary for delicm to run on pb4's correlation.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@310369 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/RegisterPasses.cpp