llvm-project/polly/test/DeadCodeElimination
Tobias Grosser a608569856 Replace srem by function call in nonaffine test cases
This makes the test cases nonaffine even if Polly some days gains support for
the srem instruction, an instruction which is currently not modeled but which
can clearly be modeled statically. A call to a function without definition
will always remain non-affine, as there is just insufficient static information
for it to be modeled more precisely.

llvm-svn: 240458
2015-06-23 20:55:05 +00:00
..
chained_iterations.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00
chained_iterations_2.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00
computeout.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00
dead_iteration_elimination.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00
non-affine-affine-mix.ll Replace srem by function call in nonaffine test cases 2015-06-23 20:55:05 +00:00
non-affine.ll Replace srem by function call in nonaffine test cases 2015-06-23 20:55:05 +00:00
null_schedule.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00