1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/Transforms
Duncan P. N. Exon Smith e5ae5021db instcombine: alloca: Canonicalize scalar allocation array size
As a follow-up to r232200, add an `-instcombine` to canonicalize scalar
allocations to `i32 1`.  Since r232200, `iX 1` (for X != 32) are only
created by RAUWs, so this shouldn't fire too often.  Nevertheless, it's
a cheap check and a nice cleanup.

llvm-svn: 232202
2015-03-13 19:42:09 +00:00
..
Hello [CMake] Add LLVM_LINK_COMPONENTS to loadable modules, LLVMHello and BugpointPasses, on Win32. 2014-07-13 13:36:48 +00:00
InstCombine instcombine: alloca: Canonicalize scalar allocation array size 2015-03-13 19:42:09 +00:00
Instrumentation DataLayout is mandatory, update the API to reflect it with references. 2015-03-10 02:37:25 +00:00
IPO Reapply 'Run LICM pass after loop unrolling pass.' 2015-03-12 05:36:01 +00:00
ObjCARC DataLayout is mandatory, update the API to reflect it with references. 2015-03-10 02:37:25 +00:00
Scalar Revert: "[Reassociate] Add initial support for vector instructions." 2015-03-13 19:20:46 +00:00
Utils Extended support for native Windows C++ EH outlining 2015-03-11 23:22:06 +00:00
Vectorize [LAA-memchecks 2/3] Move number of memcheck threshold checking to LV 2015-03-10 18:54:23 +00:00
CMakeLists.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
LLVMBuild.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Makefile Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00