[ScheduleOptimizer] Fix and test schedule tree statistics.
authorMichael Kruse <llvm@meinersbur.de>
Wed, 20 Sep 2017 11:53:05 +0000 (11:53 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Wed, 20 Sep 2017 11:53:05 +0000 (11:53 +0000)
commit8dceb7606663d47c8a76acf0bec23a46a191b31c
treecc19b5c0d63c41238507ecab4cd9345e5014ba85
parent83ca8a2b717c7403fdc3e61c42ad93d43396d892
[ScheduleOptimizer] Fix and test schedule tree statistics.

Fix walking over the schedule tree to collect its properties
(Number of permutable bands etc.).

Also add regression tests for these statistics.

llvm-svn: 313750
polly/lib/Transform/ScheduleOptimizer.cpp
polly/test/ScheduleOptimizer/pattern-matching-based-opts.ll
polly/test/ScheduleOptimizer/statistics.ll [new file with mode: 0644]