[PATCH] D133198: [SCCP] convert signed div/rem to unsigned for non-negative operands

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 3 07:46:54 PDT 2022


spatel updated this revision to Diff 457795.
spatel added a comment.

Patch updated:
Missed adding a test comment in the previous revision.


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

https://reviews.llvm.org/D133198

Files:
  llvm/lib/Transforms/Scalar/SCCP.cpp
  llvm/test/Transforms/PhaseOrdering/srem.ll
  llvm/test/Transforms/SCCP/binaryops-range-special-cases.ll
  llvm/test/Transforms/SCCP/divrem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133198.457795.patch
Type: text/x-patch
Size: 6815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220903/16925a0a/attachment.bin>


More information about the llvm-commits mailing list