llvm-project/llvm/lib/Transforms/Vectorize
Florian Hahn e2f1c4c706
[LV] Turn check for unexpected VF into assertion (NFC).
VF should always be non-zero in widenIntOrFpInduction. Turn check into
assertion.
2021-12-31 13:19:03 +00:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
LoadStoreVectorizer.cpp Fixed more warnings in LLVM produced by -Wbitwise-instead-of-logical 2021-10-03 13:58:10 +02: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] Turn check for unexpected VF into assertion (NFC). 2021-12-31 13:19:03 +00:00
SLPVectorizer.cpp [SLP][NFC]Fix non-determinism in reordering, NFC. 2021-12-30 13:10:25 -08:00
VPRecipeBuilder.h [VPlan] Add abstract base class for header phi recipes (NFC). 2021-12-28 15:37:47 +01:00
VPlan.cpp [VPlan] Add prepareToExecute to set up live-ins (NFC). 2021-12-28 17:49:47 +01:00
VPlan.h [VPlan] Add prepareToExecute to set up live-ins (NFC). 2021-12-28 17:49:47 +01:00
VPlanDominatorTree.h Revert multiple patches based on "Introduce CfgTraits abstraction" 2020-10-27 20:33:30 +01:00
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 [VPlan] Add Debugloc to VPInstruction. 2021-12-20 15:10:41 +00:00
VPlanPredicator.h
VPlanSLP.cpp [VPlan] Add Debugloc to VPInstruction. 2021-12-20 15:10:41 +00:00
VPlanTransforms.cpp [llvm] Construct SmallVector with iterator ranges (NFC) 2021-12-20 23:43:24 -08:00
VPlanTransforms.h [LV] Remove redundant IV casts using VPlan (NFCI). 2021-12-10 13:57:03 +00:00
VPlanValue.h Recommit "[VPlan] Add recipe for first-order rec phis, make splicing explicit." 2021-07-26 15:50:30 +01:00
VPlanVerifier.cpp [VPlan] Verify plan entry and exit blocks, set correct exit block. 2021-12-07 16:26:31 +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