[llvm] r303850 - [GVNSink] GVNSink pass

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 12:18:29 PDT 2017


The http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win
bot builds the debug configuration now.

James, could you fix the GVNSink.cpp, line 749, please?

DEBUG(dbgs() << " -- Sinking candidates:\n"; for (auto &C
                                                    : Candidates) dbgs()
                                               << "  " << C << "\n";);
It triggers a crash.
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/2891/steps/test-check-all/logs/stdio

Thanks

Galina


On Tue, May 30, 2017 at 12:14 PM, Davide Italiano <davide at freebsd.org>
wrote:

> On Tue, May 30, 2017 at 11:34 AM, Galina Kistanova <gkistanova at gmail.com>
> wrote:
> > I'll see if I could find few spare CPU circles on one of the MSVC
> builder.
> >
> > What targets we are after here? Just LLVM or LLVM+Clang?
> > If this is LLVM only, I might be able to reconfigure one of the existing
> > builders to build debug instead of the release.
> >
>
> I think the crash was triggered by LLVM, but having LLVM + clang would
> be better.
>
> --
> Davide
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170602/5f9e6aa1/attachment.html>


More information about the llvm-commits mailing list