1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Transforms
Dinar Temirbulatov 17df27f960 [SLPVectorizer] Schedule bundle with different opcodes.
This change let us schedule a bundle with different opcodes in it, for example : [ load, add, add, add ]

Reviewers: mkuper, RKSimon, ABataev, mzolotukhin, spatel, filcab

Subscribers: llvm-commits, rengolin

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

llvm-svn: 310847
2017-08-14 15:40:16 +00:00
..
Coroutines Remove inline keyword from inline classof methods 2017-06-29 19:35:17 +00:00
Hello
InstCombine [InstCombine] Simplify and inline FoldOrWithConstants/FoldXorWithConstants 2017-08-14 00:04:21 +00:00
Instrumentation [sanitizer-coverage] Change cmp instrumentation to distinguish const operands 2017-08-10 15:00:13 +00:00
IPO [OptDiag] Updating Remarks in SampleProfile 2017-08-11 21:12:04 +00:00
ObjCARC Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
Scalar [BDCE] reduce scope of an assert (PR34179) 2017-08-14 15:13:46 +00:00
Utils [LoopUnroll] Enable option to peel remainder loop 2017-08-14 09:25:26 +00:00
Vectorize [SLPVectorizer] Schedule bundle with different opcodes. 2017-08-14 15:40:16 +00:00
CMakeLists.txt
LLVMBuild.txt