[PATCH] D75846: [SCCP] Split up callsite handling, only propagate result on change (NFC)
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 08:08:40 PDT 2020
fhahn updated this revision to Diff 249931.
fhahn added a comment.
In D75846#1917389 <https://reviews.llvm.org/D75846#1917389>, @efriedma wrote:
> This makes sense, I think. No testcase because you can't test it on its own?
Yes, this change should be NFC, as we should only skip redundant updates without constant ranges.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75846/new/
https://reviews.llvm.org/D75846
Files:
llvm/lib/Transforms/Scalar/SCCP.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75846.249931.patch
Type: text/x-patch
Size: 8389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/38482b8e/attachment-0001.bin>
More information about the llvm-commits
mailing list