summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx2-builtins.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-10-14 05:40:21 +0000
committerEric Christopher <echristo@gmail.com>2015-10-14 05:40:21 +0000
commitcd875efa7860864d19a7efc848394a16fbd9d73a (patch)
treefd1891611cc659ad63f7ddef449d83ca9d62f6a2 /clang/test/CodeGen/avx2-builtins.c
parent442c9b6b419bea74e9b1dfc7b50ca10645dc9750 (diff)
downloadbcm5719-llvm-cd875efa7860864d19a7efc848394a16fbd9d73a.tar.gz
bcm5719-llvm-cd875efa7860864d19a7efc848394a16fbd9d73a.zip
Canonicalize some of the x86 builtin tests and either remove or comment
about optimization options. llvm-svn: 250271
Diffstat (limited to 'clang/test/CodeGen/avx2-builtins.c')
-rw-r--r--clang/test/CodeGen/avx2-builtins.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/test/CodeGen/avx2-builtins.c b/clang/test/CodeGen/avx2-builtins.c
index 0fc0a74776f..3f710c15bfc 100644
--- a/clang/test/CodeGen/avx2-builtins.c
+++ b/clang/test/CodeGen/avx2-builtins.c
@@ -1,10 +1,10 @@
-// RUN: %clang_cc1 %s -O0 -triple=x86_64-apple-darwin -target-feature +avx2 -emit-llvm -o - -Werror | FileCheck %s
-// RUN: %clang_cc1 %s -O0 -triple=x86_64-apple-darwin -target-feature +avx2 -fno-signed-char -emit-llvm -o - -Werror | FileCheck %s
-// RUN: %clang_cc1 %s -O0 -triple=x86_64-apple-darwin -target-feature +avx2 -S -o - -Werror | FileCheck %s --check-prefix=CHECK-ASM
-// RUN: %clang_cc1 %s -O0 -triple=x86_64-apple-darwin -target-feature +avx2 -fno-signed-char -S -o - -Werror | FileCheck %s --check-prefix=CHECK-ASM
-
// REQUIRES: x86-registered-target
+// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx2 -emit-llvm -o - -Werror | FileCheck %s
+// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx2 -fno-signed-char -emit-llvm -o - -Werror | FileCheck %s
+// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx2 -S -o - -Werror | FileCheck %s --check-prefix=CHECK-ASM
+// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx2 -fno-signed-char -S -o - -Werror | FileCheck %s --check-prefix=CHECK-ASM
+
// Don't include mm_malloc.h, it's system specific.
#define __MM_MALLOC_H
OpenPOWER on IntegriCloud