Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-13 Thread Mikael Holmén via cfe-commits
PAssed on our bots too. Thanks! /Mikael On 2/13/19 10:03 PM, Galina Kistanova wrote: > Passed on llvm-clang-x86_64-expensive-checks-win and > llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast. > > http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/15787 > http://lab.

Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-13 Thread Galina Kistanova via cfe-commits
Passed on llvm-clang-x86_64-expensive-checks-win and llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast. http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/15787 http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/23624 Thanks, Nico

Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-13 Thread Nico Weber via cfe-commits
I re-enabled the test in r353969, hopefully it'll pass when using gcc as host too this time. On Tue, Feb 12, 2019 at 9:10 AM Mikael Holmén wrote: > > > On 2/12/19 1:41 PM, Nico Weber wrote: > > Thanks for reporting that this depends on the host compiler. > > > > I disabled the test again in r353

Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-12 Thread Mikael Holmén via cfe-commits
On 2/12/19 1:41 PM, Nico Weber wrote: > Thanks for reporting that this depends on the host compiler. > > I disabled the test again in r353836 and will look into why the output > is different depending on if host cc is gcc or clang. > Good. Thanks! When I've seen things like this before it's

Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-12 Thread Nico Weber via cfe-commits
Thanks for reporting that this depends on the host compiler. I disabled the test again in r353836 and will look into why the output is different depending on if host cc is gcc or clang. On Tue, Feb 12, 2019 at 2:40 AM Mikael Holmén wrote: > Same thing for me with our downstream build bots. > >

Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-11 Thread Mikael Holmén via cfe-commits
Same thing for me with our downstream build bots. When we compile clang with gcc 7.4 and then run the testcase I get this output define dso_local i64 @test__shiftleft128(i64 %l, i64 %h, i8 %d) local_unnamed_addr #0 { entry: %0 = zext i64 %l to i128 %1 = zext i64 %h to i128 %2 = shl nuw

Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-11 Thread Nico Weber via cfe-commits
Thank you for the .ll files! the -4.ll file you sent me contains: define dso_local i64 @"?test__shiftleft128@@YA_K_K0E@Z"(i64 %l, i64 %h, i8 %d) local_unnamed_addr #0 { entry: %0 = zext i64 %h to i128 %1 = shl nuw i128 %0, 64 %2 = zext i64 %l to i128 %3 = or i128 %1, %2 %4 = and i8 %d,

Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-11 Thread Galina Kistanova via cfe-commits
Hello Nico, This builders fail on your test as well - http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/15736 , http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/4242. Please find attached the 2 temp files you can use to reliably run against your FileCh

Re: r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-11 Thread Nico Weber via cfe-commits
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@lists.llvm.or

r353729 - Attempt to pacify bots more after r353718 and r353725

2019-02-11 Thread Nico Weber via cfe-commits
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 U