[PATCH] D61934: [SCEV] Use wrap flags in InsertBinop

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 03:40:17 PDT 2019


samparker updated this revision to Diff 202685.
samparker retitled this revision from "[SCEV] Add wrap flags while expanding Add" to "[SCEV] Use wrap flags in InsertBinop".
samparker added a comment.

Thanks both, I've moved the logic into InsertBinop.


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

https://reviews.llvm.org/D61934

Files:
  include/llvm/Analysis/ScalarEvolutionExpander.h
  lib/Analysis/ScalarEvolutionExpander.cpp
  test/CodeGen/Hexagon/loop-idiom/memmove-rt-check.ll
  test/Transforms/IRCE/bad_expander.ll
  test/Transforms/IRCE/conjunctive-checks.ll
  test/Transforms/IRCE/decrementing-loop.ll
  test/Transforms/IRCE/ranges_of_different_types.ll
  test/Transforms/IRCE/rc-negative-bound.ll
  test/Transforms/IRCE/single-access-no-preloop.ll
  test/Transforms/IRCE/single-access-with-preloop.ll
  test/Transforms/IRCE/stride_more_than_1.ll
  test/Transforms/IRCE/unsigned_comparisons_ugt.ll
  test/Transforms/IRCE/unsigned_comparisons_ult.ll
  test/Transforms/IndVarSimplify/lftr.ll
  test/Transforms/IndVarSimplify/loop_evaluate_1.ll
  test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll
  test/Transforms/LoopIdiom/basic.ll
  test/Transforms/LoopIdiom/memcpy-debugify-remarks.ll
  test/Transforms/LoopReroll/basic.ll
  test/Transforms/LoopReroll/complex_reroll.ll
  test/Transforms/LoopReroll/nonconst_lb.ll
  test/Transforms/LoopReroll/ptrindvar.ll
  test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll
  test/Transforms/LoopStrengthReduce/X86/lsr-expand-quadratic.ll
  test/Transforms/LoopStrengthReduce/X86/nested-loop.ll
  test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
  test/Transforms/LoopVectorize/AArch64/pr36032.ll
  test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61934.202685.patch
Type: text/x-patch
Size: 34692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/5b9db460/attachment.bin>


More information about the llvm-commits mailing list