[PATCH] D109789: [SCEV] Stop blindly propagating flags from inbound geps to SCEV nodes

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 1 16:32:25 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2ca8a3f2132e: [SCEV] Stop blindly propagating flags from inbound geps to SCEV nodes (authored by reames).
Herald added a reviewer: bollu.

Changed prior to commit:
  https://reviews.llvm.org/D109789?vs=372571&id=376652#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109789

Files:
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll
  llvm/test/Analysis/LoopCacheAnalysis/PowerPC/stencil.ll
  llvm/test/Analysis/ScalarEvolution/load.ll
  llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info.ll
  llvm/test/Analysis/ScalarEvolution/no-wrap-add-exprs.ll
  llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll
  llvm/test/Analysis/ScalarEvolution/nsw.ll
  llvm/test/Analysis/ScalarEvolution/ptrtoint.ll
  llvm/test/Analysis/ScalarEvolution/sdiv.ll
  llvm/test/Analysis/ScalarEvolution/srem.ll
  llvm/test/Transforms/IndVarSimplify/eliminate-exit-no-dl.ll
  llvm/test/Transforms/LoopStrengthReduce/X86/expander-crashes.ll
  polly/test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_2.ll
  polly/test/ScopInfo/pointer-type-expressions.ll
  polly/test/ScopInfo/unsigned-division-5.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109789.376652.patch
Type: text/x-patch
Size: 39226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211001/50b4e198/attachment.bin>


More information about the llvm-commits mailing list