[llvm-commits] [PATCH] PowerPC: Lower fp rounding intrinsic for Altivec

Adhemerval Zanella azanella at linux.vnet.ibm.com
Thu Nov 15 12:56:18 PST 2012


On 11/15/2012 05:12 PM, Hal Finkel wrote:
> ----- Original Message -----
>> From: "Adhemerval Zanella" <azanella at linux.vnet.ibm.com>
>> To: llvm-commits at cs.uiuc.edu
>> Sent: Thursday, November 15, 2012 7:53:31 AM
>> Subject: [llvm-commits] [PATCH] PowerPC: Lower fp rounding intrinsic for	Altivec
>>
>> Following Craig Topper patch to add more fp rounding intrinsics
>> (Add other fp rounding intrinsics to complement llvm.floor),
>> this patch lowers the llvm.floor (vrfim), llvm.ceil (vrfip),
>> llvm.trunc (vrfiz), and llvm.nearbyint (vrfin) to Altivec
>> instruction when using 4 single-precision float vectors.
>>
>> Ok to commit?
> LGTM.
>
> Thanks again,
> Hal

Ok, pushed as revision 168086.


>
>>
>> _______________________________________________
>> 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