llvm-project/llvm/lib/Transforms/Vectorize
Kazu Hirata 343de6856e [Transforms] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated.  The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.

This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-02 21:11:37 -08:00
..
CMakeLists.txt [VPlan] Move recipe implementations to separate file (NFC). 2022-06-28 10:34:30 +01:00
LoadStoreVectorizer.cpp [LoadStoreVectorizer] Consider if operation is faster than before 2022-11-28 15:52:32 -08:00
LoopVectorizationLegality.cpp [LAA] Pass LoopAccessInfoManager instead of GetLAA function. 2022-10-04 11:51:25 +01:00
LoopVectorizationPlanner.h [NFC] Fix a few whitespace inconsistencies. 2022-10-20 14:52:25 +00:00
LoopVectorize.cpp [Transforms] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:37 -08:00
SLPVectorizer.cpp [Transforms] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:37 -08:00
VPRecipeBuilder.h [LV] Support predicated div/rem operations via safe-divisor select idiom 2022-08-24 10:07:59 -07:00
VPlan.cpp Recommit "[VPlan] Add VPDerivedIVRecipe, use for VPScalarIVStepsRecipe." 2022-11-30 17:04:20 +00:00
VPlan.h Recommit "[VPlan] Add VPDerivedIVRecipe, use for VPScalarIVStepsRecipe." 2022-11-30 17:04:20 +00:00
VPlanDominatorTree.h
VPlanHCFGBuilder.cpp [Transforms] Fix comment typos (NFC) 2022-08-07 23:55:24 -07:00
VPlanHCFGBuilder.h [VPlan] Use region for each loop in native path. 2022-06-01 10:41:05 +01:00
VPlanRecipes.cpp Recommit "[VPlan] Add VPDerivedIVRecipe, use for VPScalarIVStepsRecipe." 2022-11-30 17:04:20 +00:00
VPlanSLP.cpp [Transforms] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:37 -08:00
VPlanTransforms.cpp Recommit "[VPlan] Add VPDerivedIVRecipe, use for VPScalarIVStepsRecipe." 2022-11-30 17:04:20 +00:00
VPlanTransforms.h [VPlan] Add field to track if intrinsic should be used for call. (NFC) 2022-09-01 13:14:40 +01:00
VPlanValue.h Recommit "[VPlan] Add VPDerivedIVRecipe, use for VPScalarIVStepsRecipe." 2022-11-30 17:04:20 +00:00
VPlanVerifier.cpp [VPlan] Verify that header only contains header phi recipes. 2022-08-27 22:06:12 +01:00
VPlanVerifier.h [VPlan] Add initial inner-loop VPlan verification. 2021-11-09 10:18:28 +00:00
VectorCombine.cpp [VectorCombine] Enable scalarizeBinopOrCmp for scalable vectors 2022-11-23 13:17:21 +00:00
Vectorize.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00