1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/Transforms
Aditya Kumar 830876ec2a [GVNHoist] Enable aggressive hoisting when optimizing for code-size
Enable scalar hoisting at -Oz as it is safe to hoist scalars to a place
where they are partially needed.

Differential Revision: https://reviews.llvm.org/D27111

llvm-svn: 288141
2016-11-29 14:34:01 +00:00
..
Coroutines Fix spelling mistakes in Transforms comments. NFC. 2016-11-20 13:19:49 +00:00
Hello
InstCombine [InstSimplify] allow integer vector types to use computeKnownBits 2016-11-27 21:07:28 +00:00
Instrumentation [asan/win] Align global registration metadata to its size 2016-11-29 01:32:21 +00:00
IPO Replace some callers of setTailCall with setTailCallKind 2016-11-25 22:35:09 +00:00
ObjCARC [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
Scalar [GVNHoist] Enable aggressive hoisting when optimizing for code-size 2016-11-29 14:34:01 +00:00
Utils fix formatting; NFC 2016-11-27 15:53:48 +00:00
Vectorize [SLPVectorizer] Improved support of partial tree vectorization. 2016-11-29 08:21:14 +00:00
CMakeLists.txt
LLVMBuild.txt