[all-commits] [llvm/llvm-project] 2e9fd7: [SCEV] Handle ULE in applyLoopGuards.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Oct 10 08:28:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e9fd754b41cba2253c066e9e8a7ab4770432550
https://github.com/llvm/llvm-project/commit/2e9fd754b41cba2253c066e9e8a7ab4770432550
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-10-10 (Sat, 10 Oct 2020)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info.ll
Log Message:
-----------
[SCEV] Handle ULE in applyLoopGuards.
Handle ULE predicate in similar fashion to ULT predicate in
applyLoopGuards.
More information about the All-commits
mailing list