Replace srem by function call in nonaffine test cases
authorTobias Grosser <tobias@grosser.es>
Tue, 23 Jun 2015 20:55:05 +0000 (20:55 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 23 Jun 2015 20:55:05 +0000 (20:55 +0000)
commita6085698561e983ed9cc891cf459b95e90a00217
tree8838a7beb869c7038cfc9153af398d8bf66a60c2
parent6ca162e6e016bd50fb946daf17d05a5047a7f7e7
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
polly/test/DeadCodeElimination/non-affine-affine-mix.ll
polly/test/DeadCodeElimination/non-affine.ll