aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-02-11 18:01:27 +0000
committerNico Weber <nicolasweber@gmx.de>2019-02-11 18:01:27 +0000
commitf448354ba11338c01bc091690e6a64a8d4a4992a (patch)
tree67b5d3610477e59cd70345d89e4a78d8baacd976
parentf24eb67854c07ecdd224f3d3a35170af05beab14 (diff)
downloadclang-f448354ba11338c01bc091690e6a64a8d4a4992a.tar.gz
Attempt to pacify bots more after r353718 and r353725
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353729 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ms-x86-intrinsics.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ms-x86-intrinsics.c b/test/CodeGen/ms-x86-intrinsics.c
index fee9d805cc..ed3dcd2716 100644
--- a/test/CodeGen/ms-x86-intrinsics.c
+++ b/test/CodeGen/ms-x86-intrinsics.c
@@ -145,9 +145,9 @@ unsigned __int64 test__shiftleft128(unsigned __int64 l, unsigned __int64 h,
}
// CHECK-X64-LABEL: define dso_local i64 @test__shiftleft128(i64 %l, i64 %h, i8 %d)
// CHECK-X64: = zext i64 %{{.*}} to i128
-// CHECK-X64: = shl nuw i128 %0, 64
+// CHECK-X64: = shl nuw i128 %{{.*}}, 64
// CHECK-X64: = zext i64 %{{.*}} to i128
-// CHECK-X64: = or i128 %{{.*}}, %{{.*}}
+// CHECK-X64: = or i128 %
// CHECK-X64: = and i8 %{{.*}}, 63
// CHECK-X64: = shl i128 %
// CHECK-X64: = lshr i128 %
@@ -160,7 +160,7 @@ unsigned __int64 test__shiftright128(unsigned __int64 l, unsigned __int64 h,
}
// CHECK-X64-LABEL: define dso_local i64 @test__shiftright128(i64 %l, i64 %h, i8 %d)
// CHECK-X64: = zext i64 %{{.*}} to i128
-// CHECK-X64: = shl nuw i128 %
+// CHECK-X64: = shl nuw i128 %{{.*}}, 64
// CHECK-X64: = zext i64 %{{.*}} to i128
// CHECK-X64: = or i128 %
// CHECK-X64: = and i8 %{{.*}}, 63