]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge commit e6bb4c8e7 from llvm git (by Craig Topper):
authordim <dim@FreeBSD.org>
Wed, 9 Sep 2020 18:11:04 +0000 (18:11 +0000)
committerdim <dim@FreeBSD.org>
Wed, 9 Sep 2020 18:11:04 +0000 (18:11 +0000)
commit442848cee1673ad18e4cdc5f94cf06b0a3d996ac
treec146c78a6ca1e353d2eb80e9ccd0c744631fb696
parentc30b5947ac85117a415ac347579e99e416ae28bb
Merge commit e6bb4c8e7 from llvm git (by Craig Topper):

  [X86] SSE4_A should only imply SSE3 not SSSE3 in the frontend.

  SSE4_1 and SSE4_2 due imply SSSE3. So I guess I got confused when
  switching the code to being table based in D83273.

  Fixes PR47464

This should fix builds with -march=amdfam10 emitting SSSE3 instructions
such as pshufb, which lead to programs crashing with SIGILL on such
processors.

Reported by: avg
MFC after: 6 weeks
X-MFC-With: r364284
contrib/llvm-project/llvm/lib/Support/X86TargetParser.cpp