summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/constant-non-integer-branch-condition.ll
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] Only constant integer branch conditions are always affineJohannes Doerfert2015-10-181-0/+27
There are several different kinds of constants that could occur in a branch condition, however we can only handle the most interesting one namely constant integers. To this end we have to treat others as non-affine. This fixes bug 25244. llvm-svn: 250669
OpenPOWER on IntegriCloud