r353729 - Attempt to pacify bots more after r353718 and r353725
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 11 10:01:28 PST 2019
Author: nico
Date: Mon Feb 11 10:01:27 2019
New Revision: 353729
URL: http://llvm.org/viewvc/llvm-project?rev=353729&view=rev
Log:
Attempt to pacify bots more after r353718 and r353725
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=353729&r1=353728&r2=353729&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ms-x86-intrinsics.c (original)
+++ cfe/trunk/test/CodeGen/ms-x86-intrinsics.c Mon Feb 11 10:01:27 2019
@@ -145,9 +145,9 @@ unsigned __int64 test__shiftleft128(unsi
}
// 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(uns
}
// 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
More information about the cfe-commits
mailing list