llvm-project/llvm/lib/Transforms/Vectorize
Sjoerd Meijer c1034d044a Follow up of rGe345d547a0d5, and attempt to pacify buildbot:
"error: 'get' is deprecated: The base class version of get with the scalable
argument defaulted to false is deprecated."

Changed VectorType::get() -> FixedVectorType::get().
2020-06-17 13:24:09 +01:00
..
CMakeLists.txt [cmake] LLVMVectorize - add include/llvm/Transforms/Vectorize header path 2020-04-17 11:06:26 +01:00
LLVMBuild.txt
LoadStoreVectorizer.cpp [SVE] Eliminate calls to default-false VectorType::get() from Vectorize 2020-05-29 11:31:24 -07:00
LoopVectorizationLegality.cpp [SVE] Eliminate calls to default-false VectorType::get() from Vectorize 2020-05-29 11:31:24 -07:00
LoopVectorizationPlanner.h [LV] Fix FoldTail under user VF and UF 2020-05-19 01:32:25 +03:00
LoopVectorize.cpp Recommit "[LV] Emit @llvm.get.active.lane.mask for tail-folded loops" 2020-06-17 13:12:15 +01:00
SLPVectorizer.cpp [SVE] Eliminate calls to default-false VectorType::get() from Vectorize 2020-06-16 12:50:13 -07:00
VPRecipeBuilder.h [VPlan] Remove unused forward declarations. NFC. 2020-04-23 12:34:20 +01:00
VPlan.cpp Follow up of rGe345d547a0d5, and attempt to pacify buildbot: 2020-06-17 13:24:09 +01:00
VPlan.h Recommit "[LV] Emit @llvm.get.active.lane.mask for tail-folded loops" 2020-06-17 13:12:15 +01:00
VPlanDominatorTree.h
VPlanHCFGBuilder.cpp
VPlanHCFGBuilder.h
VPlanLoopInfo.h
VPlanPredicator.cpp
VPlanPredicator.h
VPlanSLP.cpp
VPlanTransforms.cpp Recommit "[VPlan] Add & use VPValue operands for VPWidenRecipe (NFC)." 2020-04-29 11:40:39 +01:00
VPlanTransforms.h [VPlan] Turn classes with all public members into structs (NFC). 2020-04-12 11:03:39 +01:00
VPlanValue.h VPlanValue.h - reduce unnecessary includes to forward declarations. NFC. 2020-05-27 11:26:14 +01:00
VPlanVerifier.cpp [VPlan] Remove unused forward declarations. NFC. 2020-04-23 12:34:20 +01:00
VPlanVerifier.h [VPlan] Remove unused forward declarations. NFC. 2020-04-23 12:34:20 +01:00
VectorCombine.cpp [VectorCombine] scalarize compares with insertelement operand(s) 2020-06-16 13:48:10 -04:00
Vectorize.cpp [VectorCombine] new IR transform pass for partial vector ops 2020-02-09 10:04:41 -05:00