]> granicus.if.org Git - clang/commit
[PPC64] Update tests for vec_sld
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 15 Jul 2015 18:55:02 +0000 (18:55 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 15 Jul 2015 18:55:02 +0000 (18:55 +0000)
commit12bbdb39d06bcbd44f0fd4227d43646db32b1ed6
treea261ffbab50cfaf8b467c227683116a8fb3b6604
parenta42afddee8d4d74b3a613eb5506ff554ab93f478
[PPC64] Update tests for vec_sld

Revision 224297 modified the behavior of vec_sld for little endian so
that LLVM will generate the correct corresponding vsldoi instruction.
I neglected to update the existing tests, which continued to pass
because they were not specific enough.  This patch adds enough
specificity to the tests to make them useful for BE and LE testing of
vec_sld.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242313 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/builtins-ppc-altivec.c