hanchenye-llvm-project/polly/test/ScheduleOptimizer
Tobias Grosser 4ba60fe9eb ScheduleOptimizer: Fix prevectorization.
In case we are at the innermost band, we try to prepare for vectorization. This
means, we look for the innermost parallel loop and strip mine this loop to the
innermost level using a strip-mine factor corresponding to the number of vector
iterations.

For whatever reason, the code that implemented this feature was broken. We now
added a comment, a test case and obviously also the right code.

llvm-svn: 203544
2014-03-11 06:27:36 +00:00
..
2012-03-16-Empty-Domain.ll
2012-04-16-Trivially-vectorizable-loops.ll
2012-10-14-Zero-Bands.ll ScopInfo: Correctly handle true/false conditions 2013-09-07 01:54:13 +00:00
2013-04-11-Empty-Domain-two.ll ScheduleOpt: Do not crash on statements with empty iteration domains 2013-04-10 22:48:08 +00:00
computeout.ll Do not fail in case we do not have valid dependences 2014-02-23 15:15:44 +00:00
prevectorization.ll ScheduleOptimizer: Fix prevectorization. 2014-03-11 06:27:36 +00:00