r353729 - Attempt to pacify bots more after r353718 and r353725

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 11 12:10:43 PST 2019


This still didn't help.

I can't repro the failures onhttp://
lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast
, I tried Rel+Asserts and Rel-Asserts builds. Can anyone else repro this?

On Mon, Feb 11, 2019 at 1:01 PM Nico Weber via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> 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
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190211/41b13687/attachment.html>


More information about the cfe-commits mailing list