[llvm] r301885 - Revert r301880

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 23:26:57 PDT 2017


yeah, here's the first failure i have with a helpful stack trace:
http://lab.llvm.org:8011/builders/clang-x86_64-linux-
selfhost-modules-2/builds/6968/steps/compile.llvm.stage2/logs/stdio (grep
for "#0 0x0000000001c662fd")

the simplest way I found to repro it on my machine is `ninja
check-sanitizer` on a release build; clang should ICE on a file or two.

On Mon, May 1, 2017 at 11:14 PM, Davide Italiano <davide at freebsd.org> wrote:

> On Mon, May 1, 2017 at 4:54 PM, George Burgess IV via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > Author: gbiv
> > Date: Mon May  1 18:54:41 2017
> > New Revision: 301885
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=301885&view=rev
> > Log:
> > Revert r301880
> >
> > This change caused buildbot failures, apparently because we're not
> > passing around types that InstSimplify is used to seeing. I'm not overly
> > familiar with InstSimplify, so I'm reverting this until I can figure out
> > what exactly is wrong.
> >
>
> I'm slightly confused by (and curious about) this/these failure(s). Do
> you have logs?
>
> --
> Davide
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170501/2097e952/attachment-0001.html>


More information about the llvm-commits mailing list