[PATCH] AArch64 Neon Scalar Floating-point Compare Instructions

mcrosier at codeaurora.org mcrosier at codeaurora.org
Wed Oct 30 07:24:45 PDT 2013


Ping.  Patches attached.

> Ping.
>
>>> I'm not sure about these names. It's not at all obvious to me that
>>> int_aarch64_neon_vceq acts on integer types but these versions with
>>> 's' and 'd' act on floats. It might be better to use just a single
>>> overloaded version.
>>
>> All/Tim,
>> The attached patch implements the scalar floating-point compare
>> instructions.  I've taken Tim's suggestion and rewritten the code so
>> that
>> a single overloaded intrinsic is used for both integer and
>> floating-point
>> compares.  Please take a look.
>>
>>  Regards,
>>   Chad_______________________________________________
>> 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
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 002-neon-scalar-fp-compare-llvm-v4.patch
Type: text/x-patch
Size: 44680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131030/66e2427e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 002-neon-scalar-fp-compare-clang-v4.patch
Type: text/x-patch
Size: 16841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131030/66e2427e/attachment-0001.bin>


More information about the llvm-commits mailing list