summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
AgeCommit message (Expand)Author
2024-06-10[VPlan] Generalize type inference for binary VPInstructions (NFC).Florian Hahn
2024-06-04VPlan: add missing case for LogicalAnd; fix crash (#93553)Ramkumar Ramachandra
2024-06-03[VPlan] Model FOR extract of exit value in VPlan. (#93395)Florian Hahn
2024-05-15[VPlan] Add scalar inferencing support for addrspace cast (#92107)Pietro Ghiglio
2024-04-23[VPlan] Add scalar inferencing support for Not and Or insns (#89160)Patrick O'Neill
2024-04-19[VPlan] Introduce recipes for VP loads and stores. (#87816)Florian Hahn
2024-04-17[VPlan] Split VPWidenMemoryInstructionRecipe (NFCI). (#87411)Florian Hahn
2024-04-04[LV, VP]VP intrinsics support for the Loop Vectorizer + adding new tail-foldi...Alexey Bataev
2024-03-26[VPlan] Explicitly handle scalar pointer inductions. (#83068)Florian Hahn
2024-02-21[VPlan] Support live-ins without underlying IR in type analysis. (#80723)Florian Hahn
2024-02-05[VPlan] Implement type inference for ICmp.Florian Hahn
2024-01-26[VPlan] Add new VPScalarCastRecipe, use for IV & step trunc. (#78113)Florian Hahn
2023-11-15[VPlan] Use VPTypeInfo in simplifyRecipes.Florian Hahn
2023-10-27[VPlan] Add initial anlysis to infer scalar type of VPValues. (#69013)Florian Hahn