[llvm-commits] [PATCH] PowerPC: More support for Altivec compare operations

Adhemerval Zanella azanella at linux.vnet.ibm.com
Wed Oct 24 07:49:42 PDT 2012


My previous patch for altivec compare support was incomplete, it didn't handle
the other operators (!=, <, >, etc.). This patch add a better and more complete
support for comparisons for altivec supported types (v16i8, v8i16, v4i32, and
v4f32).

The testcase also covers all the supported comparison operators for the altivec
types.

Any tips, suggestions, comments?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-PowerPC-More-support-for-Altivec-compare-operations.patch
Type: text/x-patch
Size: 29321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121024/1ea61775/attachment.bin>


More information about the llvm-commits mailing list