1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Transforms/Vectorize
Alexey Bataev 78ae395c3f [SLP] Vectorize jumbled stores.
Summary:
Patch adds support for vectorization of the jumbled stores. The value
operands are vectorized and then shuffled in the right order before
store.

Reviewers: RKSimon, spatel, hfinkel, mkuper

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D43339
2019-10-31 16:02:25 -04:00
..
CMakeLists.txt
LLVMBuild.txt
LoadStoreVectorizer.cpp [LoadStoreVectorizer] vectorizeLoadChain - ensure we find a valid Type down the load chain. NFCI. 2019-09-15 16:44:35 +00:00
LoopVectorizationLegality.cpp [Alignment][NFC] Instructions::getLoadStoreAlignment 2019-10-21 14:49:28 +00:00
LoopVectorizationPlanner.h
LoopVectorize.cpp [LV] Interleaving should not exceed estimated loop trip count. 2019-10-28 10:58:22 -07:00
SLPVectorizer.cpp [SLP] Vectorize jumbled stores. 2019-10-31 16:02:25 -04:00
Vectorize.cpp
VPlan.cpp [VPlan] Add moveAfter to VPRecipeBase. 2019-10-11 15:36:55 +00:00
VPlan.h [VPlan] Add moveAfter to VPRecipeBase. 2019-10-11 15:36:55 +00:00
VPlanDominatorTree.h
VPlanHCFGBuilder.cpp
VPlanHCFGBuilder.h
VPlanHCFGTransforms.cpp [VPlan] Silence static analyzer dyn_cast null dereference warning. NFCI. 2019-09-22 13:02:00 +00:00
VPlanHCFGTransforms.h
VPlanLoopInfo.h
VPlanPredicator.cpp
VPlanPredicator.h
VPlanSLP.cpp [VPlanSLP] Don't dereference a cast_or_null<VPInstruction> result. NFCI. 2019-09-16 11:22:44 +00:00
VPlanValue.h
VPlanVerifier.cpp
VPlanVerifier.h
VPRecipeBuilder.h