Author: nico Date: Mon Feb 11 09:30:25 2019 New Revision: 353725 URL: http://llvm.org/viewvc/llvm-project?rev=353725&view=rev Log: Attempt to pacify bots after r353718
Modified: cfe/trunk/test/CodeGen/ms-x86-intrinsics.c Modified: cfe/trunk/test/CodeGen/ms-x86-intrinsics.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ms-x86-intrinsics.c?rev=353725&r1=353724&r2=353725&view=diff ============================================================================== --- cfe/trunk/test/CodeGen/ms-x86-intrinsics.c (original) +++ cfe/trunk/test/CodeGen/ms-x86-intrinsics.c Mon Feb 11 09:30:25 2019 @@ -144,11 +144,11 @@ unsigned __int64 test__shiftleft128(unsi return __shiftleft128(l, h, d); } // CHECK-X64-LABEL: define dso_local i64 @test__shiftleft128(i64 %l, i64 %h, i8 %d) -// CHECK-X64: = zext i64 %h to i128 +// CHECK-X64: = zext i64 %{{.*}} to i128 // CHECK-X64: = shl nuw i128 %0, 64 -// CHECK-X64: = zext i64 %l to i128 -// CHECK-X64: = or i128 %1, %2 -// CHECK-X64: = and i8 %d, 63 +// CHECK-X64: = zext i64 %{{.*}} to i128 +// CHECK-X64: = or i128 %{{.*}}, %{{.*}} +// CHECK-X64: = and i8 %{{.*}}, 63 // CHECK-X64: = shl i128 % // CHECK-X64: = lshr i128 % // CHECK-X64: = trunc i128 % @@ -159,11 +159,11 @@ unsigned __int64 test__shiftright128(uns return __shiftright128(l, h, d); } // CHECK-X64-LABEL: define dso_local i64 @test__shiftright128(i64 %l, i64 %h, i8 %d) -// CHECK-X64: = zext i64 %h to i128 +// CHECK-X64: = zext i64 %{{.*}} to i128 // CHECK-X64: = shl nuw i128 % -// CHECK-X64: = zext i64 %l to i128 +// CHECK-X64: = zext i64 %{{.*}} to i128 // CHECK-X64: = or i128 % -// CHECK-X64: = and i8 %d, 63 +// CHECK-X64: = and i8 %{{.*}}, 63 // CHECK-X64: = lshr i128 % // CHECK-X64: = trunc i128 % // CHECK-X64: ret i64 % _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits