summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUtils.cpp
AgeCommit message (Expand)Author
2022-08-03[llvm][NFC] Refactor code to use ProfDataUtilsPaul Kirth
2022-07-27Revert "[llvm][NFC] Refactor code to use ProfDataUtils"Paul Kirth
2022-07-27[llvm][NFC] Refactor code to use ProfDataUtilsPaul Kirth
2022-07-23[NFC] Switch a few uses of undef to poison as placeholders for unreachable codeNuno Lopes
2022-07-14[SCEVExpander] Make CanonicalMode handing in isSafeToExpand() more robust (PR...Nikita Popov
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata
2022-07-07[LSR] Fix bug - check if loop has preheader before calling isInductionPHIZaara Syeda
2022-07-07[BasicBlockUtils] Allow splitting predecessors with callbr terminatorsNikita Popov
2022-07-05[LSR] Fix bug for optimizing unused IVs to final valuesZaara Syeda
2022-07-01[LoopDeletion] Fix deletion with unusual predecessor terminator (PR56266)Nikita Popov
2022-06-25[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-17Recommit "[LAA] Initial support for runtime checks with pointer selects."Florian Hahn
2022-06-10[LoopInfo] Add getOutermostLoop() (NFC)Nikita Popov
2022-05-25[SLP]Fix PR55688: Miscompile due to incorrect nuw/nsw handling.Alexey Bataev
2022-05-16[LAA,LV] Add initial support for pointer-diff memory checks.Florian Hahn
2022-03-01Cleanup includes: TransformsUtilsserge-sans-paille
2022-01-15[LoopUtils] Use InstSimplifyFolder in addRuntimeChecks.Florian Hahn
2021-12-16Extract a helper function for computing estimate trip count of an exiting branchPhilip Reames
2021-12-09[reductions] Delete another piece of dead flag handling [NFC]Philip Reames
2021-12-09[recurrence] Delete dead flag/fmf handling [NFC]Philip Reames
2021-12-09Compute estimated trip counts for multiple exit loopsPhilip Reames
2021-11-24[LoopVectorize] Add vector reduction support for fmuladd intrinsicRosie Sumpter
2021-11-19[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-07[Transforms] Use make_early_inc_range (NFC)Kazu Hirata
2021-10-20[IndVars] Invalidate SCEV when IR is changed in rewriteLoopExitValue.Florian Hahn
2021-10-18[LoopUtils] Simplify addRuntimeCheck to return a single value.Florian Hahn
2021-10-11[LoopVectorize] Permit vectorisation of more select(cmp(), X, Y) reduction pa...David Sherwood
2021-10-06[TTI] Remove default condition type and predicate arguments from getCmpSelIns...Simon Pilgrim
2021-10-01Revert "[LoopVectorize] Permit vectorisation of more select(cmp(), X, Y) redu...Krasimir Georgiev
2021-10-01[LoopVectorize] Permit vectorisation of more select(cmp(), X, Y) reduction pa...David Sherwood
2021-09-01Fix a missing MemorySSA update in breakLoopBackedgePhilip Reames
2021-08-30[NFCI][IndVars] rewriteLoopExitValues(): don't expand SCEV's until neededRoman Lebedev
2021-08-30[IndVars] Drop check for the validity of rewriteRoman Lebedev
2021-08-27Special case common branch patterns in breakLoopBackedge (try 2)Philip Reames
2021-08-24Revert "Special case common branch patterns in breakLoopBackedge"Philip Reames
2021-08-22Special case common branch patterns in breakLoopBackedgePhilip Reames
2021-08-16Revert "[NFCI][IndVars] rewriteLoopExitValues(): nowadays SCEV should not cha...Roman Lebedev
2021-08-16[NFC] Remove unused code in llvm::createSimpleTargetReductionDavid Sherwood
2021-08-15[NFCI][IndVars] rewriteLoopExitValues(): nowadays SCEV should not change `GEP...Roman Lebedev
2021-07-26[Local] Do not introduce a new `llvm.trap` before `unreachable`Johannes Doerfert
2021-07-26[LAA] Remove RuntimeCheckingPtrGroup::RtCheck member (NFC).Florian Hahn
2021-07-19[LoopUtils] Fix incorrect RT check bounds of loop-invariant mem accessesMindong Chen
2021-06-11[Analysis] Pass RecurrenceDescriptor as const reference. NFCI.Simon Pilgrim
2021-06-10[LI] Add a cover function for checking if a loop is mustprogress [nfc]Philip Reames
2021-06-10Move code for checking loop metadata into Analysis [nfc]Philip Reames
2021-04-28[LV] Consider Loop Unroll Hints When Making Interleave DecisionsBardia Mahjour