1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Simon Pilgrim 6ec0f7efbc [X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX integer extension intrinsics with generic IR (llvm)
This patch removes the llvm intrinsics VPMOVSX and (V)PMOVZX sign/zero extension intrinsics and auto-upgrades to SEXT/ZEXT calls instead. We already did this for SSE41 PMOVSX sometime ago so much of that implementation can be reused.

Reapplied now that the the companion patch (D20684) removes/auto-upgrade the clang intrinsics has been committed.

Differential Revision: http://reviews.llvm.org/D20686

llvm-svn: 271131
2016-05-28 18:03:41 +00:00
..
2016-01-26 00:03:25 +00:00
2016-05-11 21:51:28 +00:00
2016-03-29 07:53:07 +00:00
2016-01-16 15:25:02 +00:00
2016-01-05 00:48:16 +00:00
2016-04-08 06:45:19 +00:00
2016-04-01 10:16:15 +00:00
2016-04-05 17:12:19 +00:00
2016-04-05 17:12:19 +00:00
2016-01-26 00:03:25 +00:00
2016-05-04 00:22:23 +00:00
2016-02-18 18:44:33 +00:00
2015-12-16 11:22:37 +00:00
2015-12-16 11:22:37 +00:00
2016-02-18 18:44:33 +00:00
2016-02-18 18:44:33 +00:00
2016-03-21 11:06:20 +00:00
2016-04-01 21:06:17 +00:00
2016-03-23 11:13:54 +00:00