summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorTony Jiang <jtony@ca.ibm.com>2017-05-24 18:12:11 +0000
committerTony Jiang <jtony@ca.ibm.com>2017-05-24 18:12:11 +0000
commitf70a913e13ed943d5913a405c6830cdde6b9aa90 (patch)
tree0e73f227eff80c7366bb9e466a4999330777efab /clang/test
parent1887dd899418965aa0e6b7cf510b539c810c83ac (diff)
downloadbcm5719-llvm-f70a913e13ed943d5913a405c6830cdde6b9aa90.tar.gz
bcm5719-llvm-f70a913e13ed943d5913a405c6830cdde6b9aa90.zip
Fix one test case faiulre in commit 303766.
It is clean when I build boostrap and run make checkall on my machine, I guess it could be I only build bootstrap with assert, while the buildbots may build without asserts, which could cause the difference. llvm-svn: 303786
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/builtins-ppc-vsx.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/clang/test/CodeGen/builtins-ppc-vsx.c b/clang/test/CodeGen/builtins-ppc-vsx.c
index 520c001fbb6..6dda19d5d9f 100644
--- a/clang/test/CodeGen/builtins-ppc-vsx.c
+++ b/clang/test/CodeGen/builtins-ppc-vsx.c
@@ -1793,13 +1793,13 @@ vector int xxpermdi_should_not_assert(vector int a, vector int b) {
vector double xxsldwi_should_not_assert(vector double a, vector double b) {
return vec_xxsldwi(a, b, 0);
// CHECK-LABEL: xxsldwi_should_not_assert
-// CHECK: bitcast <2 x double> %0 to <4 x i32>
-// CHECK-NEXT: bitcast <2 x double> %1 to <4 x i32>
-// CHECK-NEXT: shufflevector <4 x i32> %2, <4 x i32> %3, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
-// CHECK-NEXT: bitcast <4 x i32> %4 to <2 x double>
-
-// CHECK-LE: bitcast <2 x double> %0 to <4 x i32>
-// CHECK-NEXT-LE: bitcast <2 x double> %1 to <4 x i32>
-// CHECK-NEXT-LE: shufflevector <4 x i32> %2, <4 x i32> %3, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
-// CHECK-NEXT-LE: bitcast <4 x i32> %4 to <2 x double>
+// CHECK: bitcast <2 x double> %{{[0-9]+}} to <4 x i32>
+// CHECK-NEXT: bitcast <2 x double> %{{[0-9]+}} to <4 x i32>
+// CHECK-NEXT: shufflevector <4 x i32> %{{[0-9]+}}, <4 x i32> %{{[0-9]+}}, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
+// CHECK-NEXT: bitcast <4 x i32> %{{[0-9]+}} to <2 x double>
+
+// CHECK-LE: bitcast <2 x double> %{{[0-9]+}} to <4 x i32>
+// CHECK-NEXT-LE: bitcast <2 x double> %{{[0-9]+}} to <4 x i32>
+// CHECK-NEXT-LE: shufflevector <4 x i32> %{{[0-9]+}}, <4 x i32> %{{[0-9]+}}, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
+// CHECK-NEXT-LE: bitcast <4 x i32> %{{[0-9]+}} to <2 x double>
}
OpenPOWER on IntegriCloud