1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Transforms
Michael Zolotukhin 766ec82841 [SLP] Add -slp-min-reg-size command line option.
MinVecRegSize is currently hardcoded to 128; this patch adds a cl::opt
to allow changing it. I tried not to change any existing behavior for the default
case.

Differential revision: http://reviews.llvm.org/D13278

llvm-svn: 263089
2016-03-10 02:49:47 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine [ValueTracking] Extract isKnownPositive [NFCI] 2016-03-09 21:31:47 +00:00
Instrumentation [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg 2016-03-07 23:16:23 +00:00
IPO InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2 2016-03-09 18:47:11 +00:00
ObjCARC ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
Scalar [gvn] Fix more indenting and formatting in regions of code that will 2016-03-10 00:58:20 +00:00
Utils [PM] Port memdep to the new pass manager. 2016-03-10 00:55:30 +00:00
Vectorize [SLP] Add -slp-min-reg-size command line option. 2016-03-10 02:49:47 +00:00
CMakeLists.txt
LLVMBuild.txt