[PATCH] D141188: [MergeICmps] Adapt to non-eq comparisons

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 02:51:33 PST 2023


Allen updated this revision to Diff 502970.
Allen added reviewers: bgraur, ayzhao.
Allen added a comment.

Fix the runtime issue related to test unittests/ProfileData/ProfileDataTests.

The issue also can be reproduced on aarch64 cpu, the failure is caused by
the new spilted Icmp chain from not-equal comparisons chain is end with
equal condition, I am not aware of this before.


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

https://reviews.llvm.org/D141188

Files:
  llvm/lib/Transforms/Scalar/MergeICmps.cpp
  llvm/test/Transforms/MergeICmps/X86/pr59740.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141188.502970.patch
Type: text/x-patch
Size: 15269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230307/eb4adaa5/attachment-0001.bin>


More information about the llvm-commits mailing list