[PATCH] AArch64 Neon Scalar Floating-point Compare Instructions

mcrosier at codeaurora.org mcrosier at codeaurora.org
Thu Oct 24 14:47:53 PDT 2013


> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 002-neon-scalar-fp-compare-llvm-v4.patch
Type: text/x-patch
Size: 44681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131024/a9b69c0a/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/20131024/a9b69c0a/attachment-0001.bin>


More information about the llvm-commits mailing list