Hal Finkel
2392da9d83
getSmallConstantTripMultiple should never return zero.
...
When the trip count is -1, getSmallConstantTripMultiple could return zero,
and this would cause runtime loop unrolling to assert. Instead of returning
zero, one is now returned (consistent with the existing overflow cases).
Fixes PR14167.
llvm-svn: 166612
2012-10-24 19:46:44 +00:00
..
2012-07-02 19:09:46 +00:00
2012-10-22 18:00:55 +00:00
2012-09-19 09:25:03 +00:00
2012-07-02 19:09:46 +00:00
2012-09-28 10:42:50 +00:00
2012-10-09 08:13:15 +00:00
2012-09-25 18:17:38 +00:00
2012-10-09 16:58:13 +00:00
2012-07-02 12:47:22 +00:00
2012-09-28 10:01:27 +00:00
2012-10-23 18:37:11 +00:00
2012-10-19 17:53:54 +00:00
2012-09-19 09:22:17 +00:00
2012-10-24 15:52:52 +00:00
2012-07-02 12:47:22 +00:00
2012-09-05 23:45:58 +00:00
2012-07-02 12:47:22 +00:00
2012-09-04 10:25:04 +00:00
2012-10-21 19:31:16 +00:00
2012-09-02 11:57:22 +00:00
2012-07-02 12:47:22 +00:00
2012-09-18 17:51:33 +00:00
2012-10-24 19:46:44 +00:00
2012-09-26 09:51:39 +00:00
2012-10-23 18:44:18 +00:00
2012-05-24 09:33:20 +00:00
2012-10-04 13:53:21 +00:00
2012-07-02 19:09:46 +00:00
2012-09-14 19:19:57 +00:00
2012-09-12 20:45:17 +00:00
2012-09-29 00:12:08 +00:00
2012-08-10 20:55:20 +00:00
2012-07-26 09:26:40 +00:00
2012-08-21 08:39:44 +00:00
2012-07-02 19:09:46 +00:00
2012-10-04 16:11:49 +00:00
2012-10-19 20:43:44 +00:00
2012-05-31 08:09:49 +00:00
2012-10-17 09:23:48 +00:00
2012-10-22 18:16:14 +00:00
2012-07-02 18:37:59 +00:00