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.
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
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
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
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.
>
>
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
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,
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
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
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
10 matches
Mail list logo