[PATCH] D111353: [SCEV] Extend ability to infer flags to more complicates scopes

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 11:18:52 PDT 2021


reames updated this revision to Diff 378739.
reames added a comment.

Rebase and address review comments.

The added verify routine reveals a bug in LoopFusion, which appears to be broader than this patch.  I'm going to look into that, but need to finish something else first, so it might be a day or two.


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

https://reviews.llvm.org/D111353

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_3d.ll
  llvm/test/Analysis/Delinearization/multidim_ivs_and_parameteric_offsets_3d.ll
  llvm/test/Analysis/ScalarEvolution/flags-from-poison.ll
  llvm/test/Analysis/ScalarEvolution/incorrect-exit-count.ll
  llvm/test/Analysis/ScalarEvolution/nsw.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111353.378739.patch
Type: text/x-patch
Size: 15412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211011/e005fd48/attachment.bin>


More information about the llvm-commits mailing list