aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopPeel.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-18[NFC] One more use case for evaluatePredicateMax Kazantsev1-3/+1
2021-02-01[LoopPeel] Use llvm.experimental.noalias.scope.decl for duplicating noalias m...Jeroen Dobbelaere1-2/+17
2021-01-20Loop peeling: check that latch is conditional branchJoseph Tremoulet1-1/+6
2020-10-29[NFC][SCEV] Refactor monotonic predicate checks to return enums instead of boolsMax Kazantsev1-3/+1
2020-09-22[LoopInfo] empty() -> isInnermost(), add isOutermost()Stefanos Baziotis1-1/+1
2020-07-31[Loop Peeling] Separate the Loop Peeling Utilities from the Loop Unrolling Ut...Sidharth Baveja1-0/+844