We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e37bf commit 8c009dcCopy full SHA for 8c009dc
clang/test/CodeGen/X86/avx-shuffle-builtins.c
@@ -1,3 +1,4 @@
1
+// REQUIRES: x86-registered-target
2
// RUN: %clang_cc1 -ffreestanding %s -O3 -triple=x86_64-apple-darwin -target-feature +avx -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,X64
3
// RUN: %clang_cc1 -ffreestanding %s -O3 -triple=i386-apple-darwin -target-feature +avx -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,X86
4
// FIXME: This is testing optimized generation of shuffle instructions and should be fixed.
0 commit comments