llvm-project/llvm/lib/Transforms/Vectorize
Alexey Bataev 8a1dfbc4d8 Revert "[SLP]Alternate vectorization for cmp instructions."
This reverts commit 842a2360a8 to fix the
bugs reported by users in https://reviews.llvm.org/D115955#3291538.
2022-02-02 12:06:36 -08:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
LoadStoreVectorizer.cpp [LSV] Vectorize loads of vectors by turning it into a larger vector 2022-01-26 11:38:41 +01:00
LoopVectorizationLegality.cpp [SVE] Reintroduce -scalable-vectorization=preferred as an alias to "on". 2021-12-21 12:54:04 +00:00
LoopVectorizationPlanner.h [VPlan] Add Debugloc to VPInstruction. 2021-12-20 15:10:41 +00:00
LoopVectorize.cpp [LV] Allow a scalable VF for the epilogue. 2022-02-01 22:38:55 +00:00
SLPVectorizer.cpp Revert "[SLP]Alternate vectorization for cmp instructions." 2022-02-02 12:06:36 -08:00
VPRecipeBuilder.h [VPlan] Record whether scalar IVs are need in induction recipe. (NFC) 2022-01-28 09:34:03 +00:00
VPlan.cpp [VPlan] Use VPlan to check if only the first lane is used. 2022-01-30 13:07:29 +00:00
VPlan.h [VPlan] Use VPlan to check if only the first lane is used. 2022-01-30 13:07:29 +00:00
VPlanDominatorTree.h
VPlanHCFGBuilder.cpp [VPlan] Manage pairs of incoming (VPValue, VPBB) in VPWidenPHIRecipe. 2021-02-22 09:44:25 +00:00
VPlanHCFGBuilder.h
VPlanLoopInfo.h
VPlanPredicator.cpp Remove redundant void arguments (NFC) 2022-01-02 10:20:19 -08:00
VPlanPredicator.h Remove redundant void arguments (NFC) 2022-01-02 10:20:19 -08:00
VPlanSLP.cpp [VPlan] Add Debugloc to VPInstruction. 2021-12-20 15:10:41 +00:00
VPlanTransforms.cpp [VPlan] Use VPlan to check if only the first lane is used. 2022-01-30 13:07:29 +00:00
VPlanTransforms.h [LV] Always create VPWidenCanonicalIVRecipe, optimize away later. 2022-01-22 15:34:20 +00:00
VPlanValue.h [VPlan] Add VPWidenIntOrFpInductionRecipe::isCanonical, use it (NFCI). 2022-01-21 09:35:06 +00:00
VPlanVerifier.cpp [VPlan] Introduce and use BranchOnCount VPInstruction. 2022-01-12 13:42:13 +00:00
VPlanVerifier.h [VPlan] Add initial inner-loop VPlan verification. 2021-11-09 10:18:28 +00:00
VectorCombine.cpp [Analysis] allow caller to choose signed/unsigned when computing constant range 2021-12-28 09:45:37 -05:00
Vectorize.cpp Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00