1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Transforms/Vectorize
Richard Smith 89c2567354 Revert "[LoadStoreVectorize] Use '||' instead of '|' between sides with function calls. NFCI."
This broke two tests. Presumably the non-short-circuting '|' was
intentional here.

This reverts commit f7efea0ded8e16c7751b378523407a491016edd6.
2019-11-15 12:49:35 -08:00
..
CMakeLists.txt
LLVMBuild.txt
LoadStoreVectorizer.cpp Revert "[LoadStoreVectorize] Use '||' instead of '|' between sides with function calls. NFCI." 2019-11-15 12:49:35 -08:00
LoopVectorizationLegality.cpp [LV] PreferPredicateOverEpilog respecting predicate loop hint 2019-11-14 13:10:44 +00:00
LoopVectorizationPlanner.h [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI) 2019-11-09 20:52:25 +02:00
LoopVectorize.cpp [LV] PreferPredicateOverEpilog respecting predicate loop hint 2019-11-14 13:10:44 +00:00
SLPVectorizer.cpp Revert "Temporarily Revert:" 2019-11-14 16:38:20 -05:00
Vectorize.cpp
VPlan.cpp Add missing includes needed to prune LLVMContext.h include, NFC 2019-11-14 15:23:15 -08:00
VPlan.h [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI) 2019-11-09 20:52:25 +02: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 Add missing includes needed to prune LLVMContext.h include, NFC 2019-11-14 15:23:15 -08:00
VPlanVerifier.h
VPRecipeBuilder.h [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI) 2019-11-09 20:52:25 +02:00