1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Craig Topper b64e60f4ce [X86] Don't extend v16i8 non-uniform shifts to v16i32 if we have BWI. Use v16i16 instead.
BWI supports shifting by word amounts. Even if VLX isn't support we can still widen to v32i16 and extract the lower half. For SKX its preferrable to not use 512-bit vector if we can.

llvm-svn: 321059
2017-12-19 06:59:10 +00:00
..
2017-12-13 22:09:09 +00:00
2017-12-10 20:46:57 +00:00
2017-12-14 11:40:54 +00:00
2017-12-14 11:30:01 +00:00
2017-12-11 16:47:21 +00:00
2017-12-07 13:50:29 +00:00
2017-12-15 14:37:28 +00:00
2017-12-15 14:02:35 +00:00