diff options
author | Duncan Sands <baldrick@free.fr> | 2010-12-01 12:58:13 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-12-01 12:58:13 +0000 |
commit | 38169788fa26464353f0010f66f8b933c3d8c4bc (patch) | |
tree | 7ae64e0589e2f1fd7f298c421ff7ff770d506610 /lib/Support/MemoryBuffer.cpp | |
parent | 3608d2ac67f22485f8cb23420b98392ae7685d6d (diff) | |
download | external_llvm-38169788fa26464353f0010f66f8b933c3d8c4bc.zip external_llvm-38169788fa26464353f0010f66f8b933c3d8c4bc.tar.gz external_llvm-38169788fa26464353f0010f66f8b933c3d8c4bc.tar.bz2 |
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
Diffstat (limited to 'lib/Support/MemoryBuffer.cpp')
0 files changed, 0 insertions, 0 deletions