[RegisterPasses] Run polly-simplify also right after scop modeling
authorTobias Grosser <tobias@grosser.es>
Tue, 8 Aug 2017 15:14:46 +0000 (15:14 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 8 Aug 2017 15:14:46 +0000 (15:14 +0000)
commit79d9c2931051fc6152d46a7cc42d50383cdd832f
treeaba96ec90b20bf628b591b0269a8069a54e89b5f
parentee914104d91fbd875ae2003daa52d5cb992404fb
[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.

llvm-svn: 310369
polly/lib/Support/RegisterPasses.cpp