Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to ISL 0.16.1 | Michael Kruse | 2016-01-15 | 1 | -1/+1 |
| | | | | llvm-svn: 257898 | ||||
* | Allow eager evaluated binary && and || conditions | Johannes Doerfert | 2015-10-11 | 1 | -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 |