]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - contrib/llvm/lib/Target/X86/X86ISelLowering.cpp
Merge commit 8e34dd941 from llvm git (by Sanjay Patel):
authordim <dim@FreeBSD.org>
Thu, 7 Nov 2019 06:59:09 +0000 (06:59 +0000)
committerdim <dim@FreeBSD.org>
Thu, 7 Nov 2019 06:59:09 +0000 (06:59 +0000)
commitf54d919019bc9fe9baa0e64f0142211db5709284
tree6d80e4bce1357f137dfd1cc8e1723e932018c1c0
parent3105ee3540a9198a1ef670694b1067dd2a717f60
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
contrib/llvm/lib/Target/X86/X86ISelLowering.cpp