[llvm-commits] [llvm] r134641 - in /llvm/trunk: lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h lib/Target/X86/X86.td lib/Target/X86/X86Subtarget.cpp lib/Target/X86/X86Subtarget.h lib/Target/X86/X86Ta

Chandler Carruth chandlerc at google.com
Fri Jul 8 14:47:58 PDT 2011


On Fri, Jul 8, 2011 at 2:35 PM, Eli Friedman <eli.friedman at gmail.com> wrote:

> On Fri, Jul 8, 2011 at 2:15 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> > r134741 should handle the non-x86 hosts. For the other cases, we should
> either fix tests or add specific CPUs to X86.td.
>
> r134741 does't help at all.  Consider the case where we're compiling
> for a triple like x86_64-apple-macosx10.7.0, no CPU is specified, and
> we're on ARM.  We end up in 64-bit mode, but with cmov and SSE
> disabled.  Stuff explodes.


I think I'm seeing this as well, 96 tests failing with: LLVM ERROR: SSE
register return with SSE disabled

FWIW, I'm running these tests on a recent Intel processor host (westmere I
think...)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110708/0953e00a/attachment.html>


More information about the llvm-commits mailing list