aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopVersioning.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-09[LoopUtils] Simplify expanded RT-checks (#157518)Ramkumar Ramachandra1-0/+2
2025-04-15[LoopVer] Add function to get the alias_scope/noalias metadata (NFC).Florian Hahn1-13/+22
2024-12-16[LoopVersioning] Add a check to see if the input loop is in LCSSA form (#116443)Vedant Paranjape1-0/+4
2024-09-23[Loops] Use forgetLcssaPhiWithNewPredecessor() in more placesNikita Popov1-1/+1
2024-08-03[Transforms] Construct SmallVector with ArrayRef (NFC) (#101851)Kazu Hirata1-4/+2
2024-06-27[IR] Add getDataLayout() helpers to BasicBlock and Instruction (#96902)Nikita Popov1-3/+3
2023-09-11[NFC][RemoveDIs] Prefer iterator-insertion over instructionsJeremy Morse1-2/+2
2023-04-17Remove several no longer needed includes. NFCIBjorn Pettersson1-1/+0
2023-04-16[Transforms] Apply fixes from performance-for-range-copy (NFC)Kazu Hirata1-1/+1
2023-02-14[LoopVersioning] Remove legacy passFangrui Song1-51/+2
2022-10-04[LoopVersioning,LLE] Clear LoopAccessInfoManager after making changes.Florian Hahn1-0/+1
2022-10-04[LAA] Pass LoopAccessInfoManager instead of GetLAA function.Florian Hahn1-14/+7
2022-10-01[LAA] Change to function analysis for new PM.Florian Hahn1-8/+2
2022-09-23[LoopVersioning] Invalidate SCEV for phi if new values are added.Florian Hahn1-1/+3
2022-02-10[PSE] Remove assumption that top level predicate is union from public interfa...Philip Reames1-2/+2
2022-02-06[Transforms] Use default member initialization in LoopVersioning (NFC)Kazu Hirata1-2/+1
2022-01-27[LoopVersioning] Use IRBuilder for OR simplification.Florian Hahn1-11/+10
2021-12-16Revert "[LoopVersioning] Allow versionLoop to create plain branch inst when n...eopXD1-13/+7
2021-12-16[LoopVersioning] Allow versionLoop to create plain branch inst when no runtim...Yueh-Ting Chen1-7/+13
2021-10-18[LoopUtils] Simplify addRuntimeCheck to return a single value.Florian Hahn1-4/+3
2021-09-30[BPI] Keep BPI available in loop passes through LoopStandardAnalysisResultsAnna Thomas1-2/+2
2021-08-16[MemorySSA] Remove unnecessary MSSA dependenciesNikita Popov1-5/+2
2021-07-06[LoopVersion] Move an assert [nfc-ish]Philip Reames1-1/+1
2021-05-17Revert "[LV] Unconditionally branch from middle to scalar preheader if the sc...Philip Reames1-1/+1
2021-05-17[LV] Unconditionally branch from middle to scalar preheader if the scalar loo...Philip Reames1-1/+1
2021-05-17Revert "[LV] Unconditionally branch from middle to scalar preheader if the sc...Philip Reames1-1/+1
2021-05-17[LV] Unconditionally branch from middle to scalar preheader if the scalar loo...Philip Reames1-1/+1
2021-02-05Revert "[LV] Unconditionally branch from middle to scalar preheader if the sc...Adrian Kuegel1-1/+1
2021-02-04[LV] Unconditionally branch from middle to scalar preheader if the scalar loo...Philip Reames1-1/+1
2021-01-27[LoopUtils] Pass SCEVExpander instead SE to addRuntimeChecks.Florian Hahn1-3/+6
2021-01-12[LV] Weaken spuriously strong assert in LoopVersioningPhilip Reames1-1/+1
2020-12-27[LV] Set up branch from middle block earlier.Florian Hahn1-1/+3
2020-12-17[NFC] Reduce include files dependency and AA header cleanup (part 2).dfukalov1-1/+0
2020-12-14[LAA] Relax restrictions on early exits in loop structurePhilip Reames1-1/+4
2020-10-24[LoopVersioning] Form dedicated exits for versioned loop to preserve simplify...TaWeiTu1-0/+5
2020-10-15[LoopVersion] Unify SCEVChecks and alias check handling (NFC).Florian Hahn1-19/+10
2020-09-22[LoopInfo] empty() -> isInnermost(), add isOutermost()Stefanos Baziotis1-1/+1
2020-09-15[BFI] Make BFI information available through loop passes inside LoopStandardA...Wenlei He1-1/+2
2020-08-03Fix layering violation Transforms/Utils -> ScalarArthur Eubanks1-1/+3
2020-08-03[NewPM][LoopVersioning] Port LoopVersioning to NPMArthur Eubanks1-35/+72
2020-05-20[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn1-1/+1
2020-05-10[LAA] Move runtime-check generation to Transforms/Utils/loopUtils (NFC)Florian Hahn1-1/+3
2020-04-30[LoopVersioning] Update setAliasChecks to take ArrayRef argument (NFC).Florian Hahn1-3/+3
2020-04-28[LAA] Move CheckingPtrGroup/PointerCheck outside class (NFC).Florian Hahn1-3/+2
2020-01-04Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn1-1/+1
2020-01-04[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn1-1/+1
2019-11-14Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner1-0/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-09-13[BasicBlockUtils] Add optional BBName argument, in line with BB:splitBasicBlockFlorian Hahn1-2/+2
2019-06-12LoopVersioning: Respect convergentMatt Arsenault1-2/+3