[PATCH] D105216: [ScalarEvolution] Fix overflow in computeBECount.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 14:56:10 PDT 2021


efriedma updated this revision to Diff 357646.
efriedma edited the summary of this revision.
efriedma added a comment.

Updated to fix the miscompile.  This unfortunately involves yet another complicated proof...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105216/new/

https://reviews.llvm.org/D105216

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll
  llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
  llvm/test/Analysis/ScalarEvolution/trip-count-unknown-stride.ll
  llvm/test/Transforms/LoopReroll/nonconst_lb.ll
  llvm/test/Transforms/LoopVectorize/pr46525-expander-insertpoint.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105216.357646.patch
Type: text/x-patch
Size: 29010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210709/907cadcb/attachment.bin>


More information about the llvm-commits mailing list