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

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 17:13:34 PST 2023


Allen added a comment.

In D141188#4161731 <https://reviews.llvm.org/D141188#4161731>, @bgraur wrote:

> @Allen test `unittests/ProfileData/ProfileDataTests` fails when built with optimisations level `-O1` with `clang` including this patch.
>
> When building the test with `-O3` (Release) or `-O1 -g` it passes.
>
> Not sure if this patch triggers some other bug in clang or the test has UB or the patch itself is to blame.
> Please revert this patch and investigate the issue without any pressure.

Thanks for your report, I'll take a look at that and now revert with commit af2969fd46b7 <https://reviews.llvm.org/rGaf2969fd46b71147f70c8795892f1b834259a0cb>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141188



More information about the llvm-commits mailing list