[llvm-commits] [llvm] [PATCH] fpround libcall

Evan Cheng evan.cheng at apple.com
Mon Jul 7 22:49:32 PDT 2008


Ok, I see.

Evan

On Jul 7, 2008, at 7:16 PM, Bruno Cardoso Lopes wrote:

> On Mon, Jul 7, 2008 at 10:22 PM, Evan Cheng <evan.cheng at apple.com>  
> wrote:
>> Also, it might be cleaner to just call ExpandOp. I'd hate to have 2
>> places that generate the same libcall.
>
> calling ExpandOp directly gives me an assert
> getTypeAction(VT) == Expand && "Not an expanded type!"
> since f32 is supported on the target!
> That's why I issued directly!
>
> -- 
> Bruno Cardoso Lopes
> http://www.brunocardoso.cc
> "When faced with untenable alternatives, you
> should consider your imperative."
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list