[PATCH] D43762: [IPSCCP] Use constant range information for comparisons of parameters.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 10:21:27 PDT 2018


fhahn updated this revision to Diff 139461.
fhahn edited the summary of this revision.
fhahn added a comment.

Removed tryToReplaceWithConstantRange. It's not needed anymore, as we use the constant range info directly in the solver.


https://reviews.llvm.org/D43762

Files:
  lib/Transforms/Scalar/SCCP.cpp
  test/Transforms/SCCP/ip-constant-ranges.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43762.139461.patch
Type: text/x-patch
Size: 5410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180322/3b72e349/attachment.bin>


More information about the llvm-commits mailing list