[PATCH] D141823: [SCEV] More precise trip multiples
Joshua Cao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 16 23:05:17 PST 2023
caojoshua updated this revision to Diff 489708.
caojoshua added a comment.
- Fix typos
- Don't assume multiples hold through truncation, unless they are a power of 2
- only show diffs for updated test outputs
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141823/new/
https://reviews.llvm.org/D141823
Files:
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/test/Analysis/ScalarEvolution/nsw.ll
llvm/test/Analysis/ScalarEvolution/ranges.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141823.489708.patch
Type: text/x-patch
Size: 18602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230117/665d58e3/attachment.bin>
More information about the llvm-commits
mailing list