summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/multiple-binary-or-conditions.ll
Commit message (Collapse)AuthorAgeFilesLines
* Update to ISL 0.16.1Michael Kruse2016-01-151-1/+1
| | | | llvm-svn: 257898
* Allow eager evaluated binary && and || conditionsJohannes Doerfert2015-10-111-0/+47
The domain generation can handle lazy && and || by default but eager evaluated expressions were dismissed as non-affine. With this patch we will allow arbitrary combinations of and/or bit-operations in the conditions of branches. Differential Revision: http://reviews.llvm.org/D13624 llvm-svn: 249971
OpenPOWER on IntegriCloud