[PATCH] D159204: [InstCombine] Baseline tests for folding (A/-B)==(A/B) to (A/B)==0

Marc Auberer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 14:50:32 PDT 2023


marcauberer updated this revision to Diff 556304.
marcauberer added a comment.

Use icmp eq instead of ne for precondition


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159204

Files:
  llvm/test/Transforms/InstCombine/icmp-sdiv-sdiv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159204.556304.patch
Type: text/x-patch
Size: 6618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230908/185b50fb/attachment.bin>


More information about the llvm-commits mailing list