[PATCH] D98422: [Alias] Add a ah-hoc pattern with two PHI for isKnownNonEqual
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 11:35:03 PDT 2021
jaykang10 updated this revision to Diff 331958.
jaykang10 added a comment.
Fixed a bug.
- During optimization, there are unreachable blocks with PHI and they have no predecessors. Do not handle it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98422/new/
https://reviews.llvm.org/D98422
Files:
llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Analysis/ValueTracking/non-equal-two-phis.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98422.331958.patch
Type: text/x-patch
Size: 8913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/b7419b72/attachment.bin>
More information about the llvm-commits
mailing list