Date: Thu, 07 Nov 2019 06:59:51 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 241747] security/openssl111: Clang crashes building on 13.0-CURRENT (r354143): Assertion failed: (isSimple() && "Expected a SimpleValueType!"), function getSimpleVT Message-ID: <bug-241747-29464-L2FUsq9bpr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241747-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-241747-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241747 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: dim Date: Thu Nov 7 06:59:10 UTC 2019 New revision: 354429 URL: https://svnweb.freebsd.org/changeset/base/354429 Log: Merge commit 8e34dd941 from llvm git (by Sanjay Patel): [x86] avoid crashing when splitting AVX stores with non-simple type (PR43916) The store splitting transform was assuming a simple type (MVT), but that's not necessarily the case as shown in the test. This should fix 'Assertion failed: (isSimple() && "Expected a SimpleValueType!")' when building the security/openssl111 port targeting a CPU that supports AVX, but not AVX2, such as sandybridge. PR: 241747 MFC after: 1 month X-MFC-With: r353358 Changes: head/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241747-29464-L2FUsq9bpr>