[llvm-commits] r55638 - /llvm/trunk/include/llvm/Function.h

Devang Patel dpatel at apple.com
Tue Sep 30 09:28:58 PDT 2008


On Sep 30, 2008, at 12:39 AM, Duncan Sands wrote:

>> Ignore inliner for a while, and decide what code generator should do
>> for following ?
>>
>> define float @foo(float %a, float %b) x86_no_sse {
>>        %t = mul float %a, %b
>>        ret float %t
>> }
>
> It would use the x86 floating point stack, like it does now
> if you compile with -mattr=-sse.  This is less efficient than
> using sse.

So, I guess you answered your question.

-
Devang






More information about the llvm-commits mailing list