Chad Rosier
478b06c980
When fast iseling a GEP, accumulate the offset rather than emitting a series of
...
ADDs. MaxOffs is used as a threshold to limit the size of the offset. Tradeoffs
being: (1) If we can't materialize the large constant then we'll cause fast-isel
to bail. (2) Too large of an offset can't be directly encoded in the ADD
resulting in a MOV+ADD. Generally not a bad thing because otherwise we would
have had ADD+ADD, but on Thumb this turns into a MOVS+MOVT+ADD. Working on a fix
for that. (3) Conversely, too low of a threshold we'll miss opportunities to
coalesce ADDs.
rdar://10412592
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144886 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-17 07:15:58 +00:00
..
2011-11-08 00:09:27 +00:00
2011-11-14 23:03:21 +00:00
2011-11-14 23:03:21 +00:00
2011-10-11 22:59:11 +00:00
2011-11-12 19:53:52 +00:00
2011-11-14 23:03:21 +00:00
2011-11-08 00:09:27 +00:00
2011-11-08 00:09:27 +00:00
2011-11-12 23:29:02 +00:00
2011-09-01 23:04:27 +00:00
2011-10-28 05:29:47 +00:00
2011-11-08 00:09:27 +00:00
2011-09-26 06:13:20 +00:00
2011-10-28 05:29:47 +00:00
2011-08-20 00:34:45 +00:00
2011-08-25 17:50:53 +00:00
2011-08-29 18:02:40 +00:00
2011-08-30 01:34:54 +00:00
2011-09-12 17:32:58 +00:00
2011-09-20 03:17:40 +00:00
2011-09-28 23:16:31 +00:00
2011-11-12 00:35:34 +00:00
2011-11-08 18:56:23 +00:00
2011-11-14 23:03:21 +00:00
2011-11-11 03:16:38 +00:00
2011-11-09 22:25:12 +00:00
2011-11-09 23:36:02 +00:00
2011-11-14 18:45:38 +00:00
2011-08-31 18:26:09 +00:00
2011-09-26 20:27:49 +00:00
2011-09-19 22:02:33 +00:00
2011-09-26 20:27:49 +00:00
2011-10-27 21:21:05 +00:00
2011-10-07 17:17:49 +00:00
2011-09-06 18:52:20 +00:00
2011-09-08 22:59:09 +00:00
2011-11-11 23:25:38 +00:00
2011-11-05 11:52:44 +00:00
2011-11-05 11:52:44 +00:00
2011-10-27 06:44:11 +00:00
2011-10-07 16:59:21 +00:00
2011-11-08 00:09:27 +00:00
2011-09-01 23:04:27 +00:00
2011-08-09 18:19:41 +00:00
2011-10-27 00:21:16 +00:00
2011-11-08 00:03:32 +00:00
2011-11-14 23:03:21 +00:00
2011-11-03 02:04:59 +00:00
2011-11-13 02:23:59 +00:00
2011-11-17 07:15:58 +00:00
2011-11-02 18:08:25 +00:00
2011-11-14 22:46:17 +00:00
2011-11-14 22:48:33 +00:00
2011-11-14 20:22:27 +00:00
2011-11-14 04:09:28 +00:00
2011-11-11 00:36:21 +00:00
2011-11-12 19:53:52 +00:00
2011-11-04 00:50:21 +00:00
2011-11-11 06:20:39 +00:00
2011-09-30 17:41:35 +00:00
2011-08-09 18:19:41 +00:00
2011-11-14 23:03:21 +00:00
2011-11-14 23:03:21 +00:00
2011-11-14 23:03:21 +00:00
2011-10-24 23:05:43 +00:00
2011-09-30 17:41:35 +00:00
2011-09-30 17:41:35 +00:00
2011-10-10 22:59:55 +00:00
2011-08-10 16:26:42 +00:00
2011-11-11 22:18:09 +00:00
2011-11-08 21:21:09 +00:00
2011-11-14 23:03:21 +00:00
2011-10-11 18:09:58 +00:00
2011-11-14 18:03:05 +00:00
2011-09-20 21:38:18 +00:00
2011-11-14 23:03:21 +00:00
2011-11-12 22:39:30 +00:00
2011-11-14 23:03:21 +00:00
2011-10-26 17:28:15 +00:00
2011-09-22 23:01:29 +00:00
2011-10-05 23:38:50 +00:00
2011-11-12 22:39:34 +00:00
2011-11-14 23:03:21 +00:00
2011-09-30 17:41:35 +00:00
2011-10-11 04:43:15 +00:00
2011-10-05 18:13:08 +00:00
2011-11-14 23:03:21 +00:00
2011-11-14 23:03:21 +00:00
2011-11-14 23:03:21 +00:00
2011-11-14 23:03:21 +00:00
2011-10-27 22:39:16 +00:00
2011-10-27 22:39:16 +00:00
2011-11-15 02:12:34 +00:00
2011-10-18 17:34:51 +00:00
2011-10-17 20:23:23 +00:00
2011-10-27 22:39:16 +00:00
2011-11-14 23:03:21 +00:00