[PATCH] D95286: [LSR] Drop potentially invalid nowrap flags when switching to post-inc IV (PR46943)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 24 13:10:35 PST 2021


nikic updated this revision to Diff 318864.
nikic added a comment.
Herald added a subscriber: hiraditya.

Use OverflowingBinaryOperator.


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

https://reviews.llvm.org/D95286

Files:
  llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/fast-fp-loops.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-float-loops.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-tail-data-types.ll
  llvm/test/Transforms/LoopStrengthReduce/X86/pr46943.ll
  llvm/test/Transforms/LoopStrengthReduce/X86/sibling-loops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95286.318864.patch
Type: text/x-patch
Size: 33349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210124/9e8b1bfd/attachment.bin>


More information about the llvm-commits mailing list