Files
archived-llvm-mirror/lib
Max Kazantsev a35b3bc759 [IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH
The logic of replacing of a couple `RANGE_CHECK_LOWER + RANGE_CHECK_UPPER`
into `RANGE_CHECK_BOTH` in fact duplicates the logic of range intersection which
happens when we calculate safe iteration space. Effectively, the result of intersection of
these ranges doesn't differ from the range of merged range check.

We chose to remove duplicating logic in favor of code simplicity.

Differential Revision: https://reviews.llvm.org/D39589

llvm-svn: 318508
2017-11-17 06:49:26 +00:00
..
2017-11-16 13:49:27 +00:00
2017-10-19 01:32:18 +00:00
2017-10-16 20:48:19 +00:00
2017-11-14 01:21:15 +00:00
2017-10-27 21:12:28 +00:00