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

Devang Patel dpatel at apple.com
Mon Sep 29 13:56:13 PDT 2008


On Sep 29, 2008, at 9:23 AM, Duncan Sands wrote:

> so any use of floating point (eg: fp multiplication) should be  
> understood
> as using SSE, and would stop the inliner from inlining?

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
}

-
Devang






More information about the llvm-commits mailing list