summaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp
AgeCommit message (Expand)Author
2025-08-01[LAA] Support assumptions in evaluatePtrAddRecAtMaxBTCWillNotWrap (#147047)Florian Hahn
2025-06-26TargetLibraryInfo: Delete default TargetLibraryInfoImpl constructor (#145826)Matt Arsenault
2025-05-27[VPlan] Connect Entry to scalar preheader during initial construction. (#140132)Florian Hahn
2025-05-03Reapply "[VPlan] Add canonical IV during construction (NFC)."Florian Hahn
2025-04-18[VPlan] Move plain CFG construction to VPlanConstruction. (NFC)Florian Hahn
2025-02-23[VPlan] Remove unused buildPlainCFG from unit tests (NFC).Florian Hahn
2025-02-02[VPlan] Move auxiliary declarations out of VPlan.h (NFC). (#124104)Florian Hahn
2024-12-27[VPlan] Always create initial blocks in constructor (NFC).Florian Hahn
2024-10-24[VPlan] Update unit tests to use getVectorLoopRegion (NFC).Florian Hahn
2024-05-10[LAA] Support backward dependences with non-constant distance. (#91525)Florian Hahn
2024-02-21[VPlan] Use opaque pointers in VPlan unit test IR (#69947)calebwat
2023-09-22[VPlan] Fix invalid IR in unit test input, run verifier.Florian Hahn
2022-06-01[VPlan] Use region for each loop in native path.Florian Hahn
2021-03-17[BasicAA] Drop dependency on Loop Info. PR43276Max Kazantsev
2020-12-03[NFC] Reduce include files dependency.dfukalov
2020-10-05[VPlan] Clean up uses/operands on VPBB deletion.Florian Hahn
2019-12-07[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).Florian Hahn
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-14[VPlan, SLP] Add simple SLP analysis on top of VPlan.Florian Hahn