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

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Wed Jul 16 11:54:57 PDT 2008


Hi Evan, I sent a patch for the new Legalize Types instead. Thanks.

On Tue, Jul 8, 2008 at 2:49 AM, Evan Cheng <evan.cheng at apple.com> wrote:
> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc
"When faced with untenable alternatives, you
 should consider your imperative."



More information about the llvm-commits mailing list