hanchenye-llvm-project/polly/test/DeadCodeElimination
Tobias Grosser 3f29619614 Drop all constant scheduling dimensions
Schedule dimensions that have the same constant value accross all statements do
not carry any information, but due to the increased dimensionality of the
schedule cost compile time. To not pay this cost, we remove constant dimensions
if possible.

llvm-svn: 225067
2015-01-01 23:01:11 +00:00
..
chained_iterations.ll
chained_iterations_2.ll
computeout.ll Do not fail in case we do not have valid dependences 2014-02-23 15:15:44 +00:00
dead_iteration_elimination.ll Dead code elimination: Schedule another approximative step before actual DCE 2014-02-24 08:52:20 +00:00
non-affine-affine-mix.ll Revert "Added support for modulo expressions" 2014-08-16 09:08:55 +00:00
non-affine.ll Drop all constant scheduling dimensions 2015-01-01 23:01:11 +00:00
null_schedule.ll