]> granicus.if.org Git - clang/commit
[PPC64LE] Run some existing Altivec tests on powerpc64le as well
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 13 Jun 2014 18:30:06 +0000 (18:30 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 13 Jun 2014 18:30:06 +0000 (18:30 +0000)
commit43ada3da13132d6a056ff5304ec5bccda92bc6a5
treed48e36a1018147820486e189ac0746715133717b
parentfe84cfe70015f94322e3517b4bf3e5cbf29811d4
[PPC64LE] Run some existing Altivec tests on powerpc64le as well

There are several Altivec tests that formerly ran only on big-endian
targets (and in some cases only on 32-bit targets).  It is useful to
verify these on little-endian targets as well.

While testing these, I discovered a typo in <altivec.h>.  This is also
fixed by this patch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210928 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/altivec.h
test/Driver/altivec-asm.S
test/Parser/altivec-csk-bool.c
test/Parser/altivec.c
test/Parser/cxx-altivec.cpp