From: Nico Weber Date: Mon, 11 Feb 2019 18:01:27 +0000 (+0000) Subject: Attempt to pacify bots more after r353718 and r353725 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f448354ba11338c01bc091690e6a64a8d4a4992a;p=clang 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 --- 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