commit | 1eee0ec321ecfe4fecb8016e21ce1fe0d73c37bd | [log] [tgz] |
---|---|---|
author | Kyle Butt <kyle+llvm@iteratee.net> | Thu Aug 18 22:09:23 2016 +0000 |
committer | Kyle Butt <kyle+llvm@iteratee.net> | Thu Aug 18 22:09:23 2016 +0000 |
tree | 39488a54714ae05e8a775cedfe39db3289d61324 | |
parent | f20ce37e8e0b8504f8f4f130ef39aa0b39c12de6 [diff] |
IfConversion: Handle inclusive ranges more carefully. This may affect calculations for thresholds, but is not a significant change in behavior. The problem was that an inclusive range must have an additonal flag to showr that it is empty, because otherwise begin == end implies that the range has one element, and it may not be possible to move past on either side. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279166 91177308-0d34-0410-b5e6-96231b3b80d8