1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Transforms
Simon Pilgrim 1a1ddc32da [X86][SSE] Replace (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) lossless conversion intrinsics with generic IR
Followup to D20528 clang patch, this removes the (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) llvm intrinsics and auto-upgrades to sitofp/fpext instead.

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

llvm-svn: 270678
2016-05-25 08:59:18 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine [InstCombine] Fix assertion when bitcast is converted to gep 2016-05-23 19:23:17 +00:00
Instrumentation [X86][SSE] Replace (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) lossless conversion intrinsics with generic IR 2016-05-25 08:59:18 +00:00
IPO [FunctionAttrs] Volatile loads should disable readonly 2016-05-25 05:53:04 +00:00
ObjCARC Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
Scalar [X86] Remove the llvm.x86.sse2.storel.dq intrinsic. It hasn't been used in a long time. 2016-05-25 06:56:32 +00:00
Utils Fix 80-column violation. 2016-05-21 21:12:06 +00:00
Vectorize fix typos; NFC 2016-05-24 16:51:26 +00:00
CMakeLists.txt
LLVMBuild.txt