Max Kazantsev
b1ad66ff12
[LoopUnroll][NFC] Remove redundant canPeel check
...
We check `canPeel` twice: when evaluating the number of iterations to be peeled
and within the method `peelLoop` that performs peeling. This method is only
executed if the calculated peel count is positive. Thus, the check in `peelLoop` can
never fail. This patch replaces this check with an assert.
Differential Revision: https://reviews.llvm.org/D44919
Reviewed By: fhahn
llvm-svn: 328615
2018-03-27 09:40:51 +00:00
..
2017-10-17 21:27:42 +00:00
2017-11-18 01:13:18 +00:00
2018-03-21 22:34:23 +00:00
2017-12-30 15:27:33 +00:00
2018-01-11 06:33:00 +00:00
2018-03-21 22:34:23 +00:00
2017-12-30 15:27:33 +00:00
2018-03-22 11:38:53 +00:00
2018-02-14 19:50:40 +00:00
2018-03-22 15:57:47 +00:00
2018-03-22 17:07:51 +00:00
2017-12-13 21:31:01 +00:00
2018-03-21 22:34:23 +00:00
2018-03-24 00:06:14 +00:00
2018-03-21 22:34:23 +00:00
2018-03-13 10:19:50 +00:00
2018-03-21 22:34:23 +00:00
2017-10-11 21:41:43 +00:00
2018-03-13 15:24:51 +00:00
2018-01-31 20:42:25 +00:00
2018-03-21 22:34:23 +00:00
2018-03-21 22:34:23 +00:00
2018-02-28 11:00:08 +00:00
2018-03-21 22:34:23 +00:00
2018-03-21 22:34:23 +00:00
2018-03-26 11:31:46 +00:00
2018-03-27 09:40:51 +00:00
2017-12-30 15:27:33 +00:00
2018-03-20 22:45:23 +00:00
2018-02-05 22:23:58 +00:00
2017-10-21 00:57:46 +00:00
2017-10-26 00:55:39 +00:00
2017-10-05 21:54:53 +00:00
2017-11-17 00:43:24 +00:00
2018-03-21 22:34:23 +00:00
2018-03-22 17:07:51 +00:00
2017-12-13 21:31:01 +00:00
2018-03-21 22:34:23 +00:00
2018-03-21 22:34:23 +00:00
2018-02-14 19:50:40 +00:00
2017-12-30 15:27:33 +00:00
2018-03-21 22:34:23 +00:00
2017-12-01 00:53:10 +00:00
2017-12-13 21:31:01 +00:00
2018-03-22 19:36:54 +00:00
2018-01-30 20:16:32 +00:00