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 c84c507 commit 33229a3Copy full SHA for 33229a3
clang/test/CodeGen/X86/avx-cxx-record.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang %s -S --target=x86_64-unknown-linux-gnu -emit-llvm -O2 -march=x86-64-v3 -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -emit-llvm -O2 -target-cpu x86-64-v3 -o - | FileCheck %s
2
3
using UInt64x2 = unsigned long long __attribute__((__vector_size__(16), may_alias));
4
@@ -11,7 +11,7 @@ struct XMM2 : XMM1<0>, XMM1<1> {
11
};
12
13
// CHECK: define{{.*}} @_Z3foov({{.*}} [[ARG:%.*]]){{.*}}
14
-// CHECK-NEXT: entry:
+// CHECK: entry:
15
// CHECK-NEXT: store {{.*}}, ptr [[ARG]]{{.*}}
16
// CHECK-NEXT: [[TMP1:%.*]] = getelementptr {{.*}}, ptr [[ARG]]{{.*}}
17
// CHECK-NEXT: store {{.*}}, ptr [[TMP1]]{{.*}}
0 commit comments