[PATCH] D159203: [InstCombine] Fold (A/-B)==(A/B) to (A/B)==0

Marc Auberer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 12:48:01 PDT 2023


marcauberer updated this revision to Diff 554808.
marcauberer marked 3 inline comments as done.
marcauberer added a comment.

Apply review feedback


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159203

Files:
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/icmp-sdiv-sdiv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159203.554808.patch
Type: text/x-patch
Size: 5783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230830/18b37163/attachment.bin>


More information about the llvm-commits mailing list