[PATCH] D89628: Don't fold overflowing arithmetic ops on vectors

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 11:20:20 PDT 2020


LemonBoy updated this revision to Diff 299425.
LemonBoy added a comment.

Cleaned up the true/false building parts.
Added a note about LLVM not detecting if signed multiplication overflow, not much of a problem and can be fixed later.


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

https://reviews.llvm.org/D89628

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/with_overflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89628.299425.patch
Type: text/x-patch
Size: 9828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/72e3e7aa/attachment.bin>


More information about the llvm-commits mailing list