[llvm-bugs] Issue 15236 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-earlycse: ASSERT: !Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) || getHashValueImpl(LHS) =

jctremou… via monorail via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 17 12:15:44 PDT 2019


Comment #4 on issue 15236 by jctremou... at gmail.com:  
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190617/eb1c689d/attachment.html>


More information about the llvm-bugs mailing list