dim
f54d919019
Merge commit 8e34dd941 from llvm git (by Sanjay Patel):
...
[x86] avoid crashing when splitting AVX stores with non-simple type
(PR43916)
The store splitting transform was assuming a simple type (MVT), but
that's not necessarily the case as shown in the test.
This should fix 'Assertion failed: (isSimple() && "Expected a
SimpleValueType!")' when building the security/openssl111 port targeting
a CPU that supports AVX, but not AVX2, such as sandybridge.
PR: 241747
MFC after: 1 month
X-MFC-With: r353358
2019-11-07 06:59:09 +00:00
..
2019-07-16 16:03:08 +00:00
2019-02-26 05:59:22 +00:00
2019-10-24 22:34:48 +00:00
2019-11-06 17:01:35 +00:00
2018-12-23 01:05:52 +00:00
2019-08-06 16:09:06 +00:00
2019-08-11 06:26:03 +00:00
2019-04-01 21:24:50 +00:00
2019-11-05 03:20:40 +00:00
2018-10-20 20:49:46 +00:00
2018-09-19 06:42:05 +00:00
2019-09-30 17:27:59 +00:00
2018-11-04 18:24:11 +00:00
2019-06-28 15:52:40 +00:00
2018-08-08 22:45:30 +00:00
2019-06-25 00:40:44 +00:00
2019-11-01 11:28:43 +00:00
2019-09-14 19:19:38 +00:00
2019-09-27 00:29:12 +00:00
2019-09-17 18:36:29 +00:00
2018-10-11 08:14:31 +00:00
2019-06-29 18:41:40 +00:00
2019-09-26 01:50:20 +00:00
2018-07-03 08:44:40 +00:00
2019-10-15 18:16:10 +00:00
2019-09-13 21:00:19 +00:00
2019-09-14 21:49:42 +00:00
2018-09-25 17:41:48 +00:00
2019-10-26 06:59:59 +00:00
2018-05-31 09:11:21 +00:00
2019-09-01 16:41:24 +00:00
2019-11-05 03:20:40 +00:00
2019-11-07 03:57:04 +00:00
2019-11-07 06:59:09 +00:00
2018-08-14 18:58:01 +00:00
2019-07-26 10:00:33 +00:00
2019-09-12 20:46:46 +00:00
2019-11-07 04:04:06 +00:00
2019-09-21 21:02:57 +00:00
2018-11-26 15:33:55 +00:00
2019-05-08 11:04:09 +00:00
2019-06-03 05:25:22 +00:00
2019-01-17 06:35:45 +00:00
2019-10-10 13:44:12 +00:00
2019-09-26 18:24:04 +00:00
2019-02-25 18:41:16 +00:00
2018-08-11 00:08:59 +00:00
2019-10-10 12:46:34 +00:00
2019-10-08 21:14:09 +00:00
2018-10-08 15:16:04 +00:00
2018-11-14 15:15:07 +00:00
2019-11-03 01:25:46 +00:00
2019-07-17 23:43:14 +00:00
2019-04-16 04:12:41 +00:00
2019-10-21 21:21:34 +00:00
2019-08-15 13:27:57 +00:00
2018-08-08 19:24:20 +00:00
2019-06-20 12:38:41 +00:00
2018-10-30 15:44:16 +00:00
2019-09-12 00:19:16 +00:00
2019-07-04 08:40:10 +00:00
2019-08-22 18:52:30 +00:00
2019-01-06 23:59:04 +00:00