forked from OSchip/llvm-project
enable P10 vector builtins test on AIX 64 bit; NFC
Verify that P10 vector builtins with type `vector signed __int128` and `vector unsigned __int128` work well on AIX 64 bit.
This commit is contained in:
parent
7f1c03171d
commit
ecdeabef38
|
@ -5,6 +5,9 @@
|
|||
// RUN: %clang_cc1 -flax-vector-conversions=none -no-opaque-pointers -target-feature +vsx \
|
||||
// RUN: -target-cpu pwr10 -triple powerpc64le-unknown-unknown -emit-llvm %s \
|
||||
// RUN: -o - | FileCheck %s -check-prefixes=CHECK-LE,CHECK
|
||||
// RUN: %clang_cc1 -flax-vector-conversions=none -no-opaque-pointers -target-feature +vsx \
|
||||
// RUN: -target-cpu pwr10 -triple powerpc64-ibm-aix-xcoff -emit-llvm %s \
|
||||
// RUN: -o - | FileCheck %s -check-prefixes=CHECK-BE,CHECK
|
||||
|
||||
#include <altivec.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue