llvm-project/llvm/lib/Transforms/Vectorize
Kazu Hirata a7938c74f1 [llvm] Don't use Optional::hasValue (NFC)
This patch replaces Optional::hasValue with the implicit cast to bool
in conditionals only.
2022-06-25 21:42:52 -07:00
..
CMakeLists.txt [VPlan] Remove unused native utilities incompatible with nested regions. 2022-06-01 09:32:59 +01:00
LoadStoreVectorizer.cpp [APInt] Remove all uses of zextOrSelf, sextOrSelf and truncOrSelf 2022-05-19 11:23:13 +01:00
LoopVectorizationLegality.cpp [LoopVectorize] Add support for invariant stores of ordered reductions 2022-06-17 14:56:21 +01:00
LoopVectorizationPlanner.h [LV] Create RT checks once VF/IC are selected, track scalar cost. 2022-06-24 17:42:11 +02:00
LoopVectorize.cpp [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
SLPVectorizer.cpp [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
VPRecipeBuilder.h [VPlan] Expand induction step in VPlan pre-header. 2022-04-19 13:06:39 +02:00
VPlan.cpp [VPlan] Remove dead recipes across whole plan. 2022-06-23 13:36:02 +02:00
VPlan.h [VPlan] Replace remaining use of needsScalarIV. 2022-06-09 12:05:37 +01:00
VPlanDominatorTree.h
VPlanHCFGBuilder.cpp [VPlan] Inline variable into assertion. NFC. 2022-06-03 13:59:48 +02:00
VPlanHCFGBuilder.h [VPlan] Use region for each loop in native path. 2022-06-01 10:41:05 +01:00
VPlanSLP.cpp [llvm] Don't use Optional::getValue (NFC) 2022-06-20 22:45:45 -07:00
VPlanTransforms.cpp [VPlan] Remove dead recipes across whole plan. 2022-06-23 13:36:02 +02:00
VPlanTransforms.h [VPlan] Remove dead recipes across whole plan. 2022-06-23 13:36:02 +02:00
VPlanValue.h [VPlan] Replace CondBit with BranchOnCond VPInstruction. 2022-06-03 11:48:31 +01:00
VPlanVerifier.cpp [VPlan] Replace CondBit with BranchOnCond VPInstruction. 2022-06-03 11:48:31 +01:00
VPlanVerifier.h [VPlan] Add initial inner-loop VPlan verification. 2021-11-09 10:18:28 +00:00
VectorCombine.cpp [Vectorize] Use llvm::is_contained (NFC) 2022-06-18 15:49:15 -07:00
Vectorize.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00