[all-commits] [llvm/llvm-project] f19a95: [SCEV] Split computeExitLimitFromICmp into two ver...
Philip Reames via All-commits
all-commits at lists.llvm.org
Sun Jan 2 09:58:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f19a95bbed1605f3b7575063054eb9fa1d13b125
https://github.com/llvm/llvm-project/commit/f19a95bbed1605f3b7575063054eb9fa1d13b125
Author: Philip Reames <listmail at philipreames.com>
Date: 2022-01-02 (Sun, 02 Jan 2022)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Split computeExitLimitFromICmp into two versions [NFC]
This is in advance of a following change which needs to the non-icmp API.
More information about the All-commits
mailing list