[PATCH] D149940: [ValueTracking][NFC] Split off computeKnownBitsFromCmp from computeKnownBitsFromAssume
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 5 01:49:01 PDT 2023
mkazantsev created this revision.
mkazantsev added reviewers: arsenm, goldstein.w.n, nikic, craig.topper.
Herald added subscribers: foad, StephenFan, hiraditya.
Herald added a project: All.
mkazantsev requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Separate the part which is specific for assume intrinsic from the part which only requires an icmp,
so that the latter could be reused for other purposes (e.g. in dominating conditions).
https://reviews.llvm.org/D149940
Files:
llvm/lib/Analysis/ValueTracking.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149940.519772.patch
Type: text/x-patch
Size: 21864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230505/34371180/attachment.bin>
More information about the llvm-commits
mailing list