Quentin Colombet
e8a8deab8c
[CodeGenPrepare] Handle zero extensions in the TypePromotionHelper.
...
Prior to this patch the TypePromotionHelper was promoting only sign extensions.
Supporting zero extensions changes:
- How constants are extended.
- How sign extensions, zero extensions, and truncate are composed together.
- How the type of the extended operation is recorded. Now we need to know the
kind of the extension as well as its type.
Each change is fairly small, unlike the diff.
Most of the diff are comments/variable renaming to say "extension" instead of
"sign extension".
The performance improvements on the test suite are within the noise.
Related to <rdar://problem/18310086>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221851 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-13 01:44:51 +00:00
..
2014-11-11 02:23:47 +00:00
2014-10-21 01:17:30 +00:00
2014-10-16 20:00:02 +00:00
2014-10-08 23:16:23 +00:00
2014-10-08 19:38:18 +00:00
2014-11-06 22:15:41 +00:00
2014-10-14 22:31:34 +00:00
2014-10-28 12:28:51 +00:00
2014-10-05 11:41:36 +00:00
2014-10-15 23:42:17 +00:00
2014-11-12 19:58:54 +00:00
2014-11-01 03:19:45 +00:00
2014-10-05 14:11:08 +00:00
2014-10-28 12:28:51 +00:00
2014-10-28 12:28:51 +00:00
2014-10-08 15:49:26 +00:00
2014-10-08 15:49:26 +00:00
2014-11-12 07:31:03 +00:00
2014-10-08 15:49:26 +00:00
2014-10-14 22:31:34 +00:00
2014-10-05 19:14:34 +00:00
2014-10-23 17:50:42 +00:00
2014-11-11 21:08:02 +00:00
2014-11-11 21:08:02 +00:00
2014-11-11 21:08:02 +00:00
2014-11-11 21:08:02 +00:00
2014-10-23 22:31:48 +00:00
2014-11-13 01:44:51 +00:00
2014-11-05 13:04:14 +00:00
2014-11-04 23:25:08 +00:00
2014-11-04 23:25:08 +00:00
2014-11-04 23:25:08 +00:00
2014-11-06 14:36:45 +00:00
2014-11-03 20:26:35 +00:00
2014-10-16 20:00:02 +00:00
2014-10-16 20:00:02 +00:00
2014-10-17 22:59:33 +00:00
2014-10-24 21:04:41 +00:00
2014-10-12 06:47:47 +00:00
2014-11-05 20:02:05 +00:00
2014-11-05 19:27:21 +00:00
2014-11-03 18:19:26 +00:00
2014-11-06 21:46:23 +00:00
2014-11-05 06:43:02 +00:00
2014-11-06 21:58:11 +00:00
2014-11-06 22:04:15 +00:00
2014-10-21 23:01:01 +00:00
2014-10-21 23:01:01 +00:00
2014-10-20 22:14:22 +00:00
2014-11-11 21:08:02 +00:00
2014-11-11 21:08:02 +00:00
2014-11-11 21:08:02 +00:00
2014-11-11 21:08:02 +00:00
2014-10-15 03:27:43 +00:00
2014-10-10 17:06:20 +00:00
2014-10-23 17:50:42 +00:00
2014-10-16 20:00:02 +00:00
2014-11-04 13:41:33 +00:00
2014-11-04 13:41:33 +00:00
2014-10-17 17:27:06 +00:00
2014-11-06 05:01:21 +00:00
2014-10-21 01:17:30 +00:00
2014-10-07 23:53:57 +00:00
2014-11-11 20:49:16 +00:00
2014-10-10 17:06:20 +00:00
2014-11-12 21:39:01 +00:00
2014-10-06 20:19:47 +00:00
2014-10-05 22:57:31 +00:00
2014-10-15 03:27:43 +00:00
2014-10-24 17:59:18 +00:00
2014-10-14 22:31:34 +00:00
2014-11-05 06:43:02 +00:00
2014-11-05 06:43:02 +00:00
2014-11-04 17:11:00 +00:00
2014-10-27 22:38:45 +00:00
2014-11-11 18:44:49 +00:00
2014-11-11 07:07:40 +00:00
2014-10-05 22:57:31 +00:00
2014-10-04 04:22:55 +00:00
2014-11-05 06:43:02 +00:00
2014-11-11 02:23:47 +00:00
2014-11-06 02:25:03 +00:00
2014-11-05 06:43:02 +00:00
2014-11-05 06:43:02 +00:00
2014-11-12 10:05:18 +00:00
2014-11-12 09:17:15 +00:00
2014-10-13 16:16:16 +00:00
2014-10-13 16:16:16 +00:00
2014-10-01 00:41:21 +00:00
2014-10-28 12:28:51 +00:00
2014-11-12 09:17:15 +00:00
2014-11-12 10:05:18 +00:00
2014-10-28 01:29:26 +00:00
2014-11-06 02:25:03 +00:00
2014-11-05 06:43:02 +00:00
2014-11-06 14:39:49 +00:00
2014-10-23 21:55:31 +00:00