[llvm-commits] Turning off SSE codegen for x86-64?
Chris Lattner
clattner at apple.com
Mon Feb 2 12:30:56 PST 2009
On Feb 2, 2009, at 11:50 AM, Anton Korobeynikov wrote:
> Hi, Chris
>
>> "SSE register cannot be used when SSE is disabled!");
>>
>> Please change these into something like this:
>> if (..) {
>> cerr << "user message here";
>> exit(1);
>> }
>>
>> assuming that you can trigger it with the right input.
> No, you cannot. CC lowering code should promote stuff to x87 FP math,
> so this assert checks whether this is indeed so :)
ok!
More information about the llvm-commits
mailing list