[PATCH] D156029: [InstCombine] icmp udiv transform

Maksim Kita via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 03:45:55 PDT 2023


kitaisreal updated this revision to Diff 543455.
kitaisreal marked an inline comment as done.
kitaisreal added a comment.

Updated implementation.


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

https://reviews.llvm.org/D156029

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/icmp-add.ll
  llvm/test/Transforms/InstCombine/icmp-div-constant.ll
  llvm/test/Transforms/InstCombine/icmp-ext-ext.ll
  llvm/test/Transforms/InstCombine/icmp-select.ll
  llvm/test/Transforms/InstCombine/icmp-udiv.ll
  llvm/test/Transforms/InstCombine/icmp.ll
  llvm/test/Transforms/InstCombine/unsigned-mul-lack-of-overflow-check-via-mul-udiv.ll
  llvm/test/Transforms/InstCombine/unsigned-mul-lack-of-overflow-check-via-udiv-of-allones.ll
  llvm/test/Transforms/InstCombine/unsigned-mul-overflow-check-via-mul-udiv.ll
  llvm/test/Transforms/InstCombine/unsigned-mul-overflow-check-via-udiv-of-allones.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156029.543455.patch
Type: text/x-patch
Size: 56004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230724/ce8aaff2/attachment.bin>


More information about the llvm-commits mailing list