[PATCH] D65144: [InstCombine] Fold '((%x * %y) u/ %x) != %y' to '@llvm.umul.with.overflow' + overflow bit extraction

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 05:46:10 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370348: [InstCombine] Fold '((%x * %y) u/ %x) != %y' to '@llvm.umul.with.overflow' +… (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65144?vs=217840&id=217851#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65144

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/trunk/test/Transforms/InstCombine/unsigned-mul-lack-of-overflow-check-via-mul-udiv.ll
  llvm/trunk/test/Transforms/InstCombine/unsigned-mul-overflow-check-via-mul-udiv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65144.217851.patch
Type: text/x-patch
Size: 12363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190829/81a9ef3c/attachment.bin>


More information about the llvm-commits mailing list