[PATCH] D92698: Add recursive decomposition reasoning to isKnownNonEqual

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 5 14:24:18 PST 2020


reames updated this revision to Diff 309751.
reames added a comment.

Remove ptrtoint and inttoptr due to truncation issue pointed out in review.  These can be handled in a follow up patch if needed, my motivating case doesn't require them.


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

https://reviews.llvm.org/D92698

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Analysis/ValueTracking/known-non-equal.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92698.309751.patch
Type: text/x-patch
Size: 4706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201205/50d880b3/attachment.bin>


More information about the llvm-commits mailing list