[PATCH] D65150: [InstSimplify] Drop leftover "division-by-zero guard" around `@llvm.umul.with.overflow` overflow bit

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 08:15:50 PDT 2019


lebedev.ri updated this revision to Diff 211942.
lebedev.ri marked an inline comment as done.
lebedev.ri added a comment.

Thank you for the review.
Nit addressed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65150

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/test/Transforms/InstSimplify/div-by-0-guard-before-smul_ov.ll
  llvm/test/Transforms/InstSimplify/div-by-0-guard-before-umul_ov.ll
  llvm/test/Transforms/PhaseOrdering/unsigned-multiply-overflow-check.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65150.211942.patch
Type: text/x-patch
Size: 7946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190726/b5a6c099/attachment.bin>


More information about the llvm-commits mailing list