llvm-project/polly/test/DeadCodeElimination
Tobias Grosser d1e33e7061 ScopDetection: Only detect scops that have at least one read and one write
Scops that only read seem generally uninteresting and scops that only write are
most likely initializations where there is also little to optimize.  To not
waste compile time we bail early.

Differential Revision: http://reviews.llvm.org/D7735

llvm-svn: 229820
2015-02-19 05:31:07 +00:00
..
chained_iterations.ll ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
chained_iterations_2.ll ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
computeout.ll ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
dead_iteration_elimination.ll ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
non-affine-affine-mix.ll ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
non-affine.ll ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00
null_schedule.ll ScopDetection: Only detect scops that have at least one read and one write 2015-02-19 05:31:07 +00:00