Comment #4 on issue 15236 by [email protected]: llvm/llvm-opt-fuzzer--x86_64-earlycse: ASSERT: !Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) || getHashValueImpl(LHS) =
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15236#c4

Fix checked in to llvm as r363598.
The underlying issue was an old one, nondeterministically and rarely leading to assertion failures in debug builds and nondeterministic codegen (at best) in release builds. The assertion flagged in this bug is a new one, still nondeterministic but hit more frequently than the other one, so in that sense this was a short-lived regression.

--
You received this message because:
  1. You were specifically CC'd on the issue

You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings

Reply to this email to add a comment.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to