I don't think it makes any sense to assert that the target supports SSE3 here.
authorDuncan Sands <baldrick@free.fr>
Wed, 1 Dec 2010 12:58:13 +0000 (12:58 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 1 Dec 2010 12:58:13 +0000 (12:58 +0000)
commit38169788fa26464353f0010f66f8b933c3d8c4bc
tree7ae64e0589e2f1fd7f298c421ff7ff770d506610
parent3608d2ac67f22485f8cb23420b98392ae7685d6d
I don't think it makes any sense to assert that the target supports SSE3 here.
The user (i.e. whoever generated a call to the intrinsic in the first place) is
essentially asking for a particular instruction to be placed in the assembler.
If that instruction won't execute on the target machine, that's their problem
not ours.  Two buildbots with processors that don't support SSE3 were barfing
on the apm.ll test in CodeGen/X86 because of this assertion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120574 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp