[all-commits] [llvm/llvm-project] 424d6c: [SCEV] Compute ranges for lshr recurrences
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Apr 22 11:06:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 424d6cb902e4e05695a92e753a7ffa2fef16e268
https://github.com/llvm/llvm-project/commit/424d6cb902e4e05695a92e753a7ffa2fef16e268
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/test/Analysis/ScalarEvolution/shift-recurrences.ll
Log Message:
-----------
[SCEV] Compute ranges for lshr recurrences
Straight forward extension to the recently added infrastructure which was pioneered with shl.
Differential Revision: https://reviews.llvm.org/D99687
More information about the All-commits
mailing list