public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Biener <rguenther@suse.de>
To: "Iyer, Balaji V" <balaji.v.iyer@intel.com>
Cc: Jeff Law <law@redhat.com>,
	    "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: RE: [PATCH] Fix Cilk+ ICEs in the alias oracle
Date: Sat, 15 Feb 2014 10:04:00 -0000	[thread overview]
Message-ID: <alpine.LSU.2.11.1402151102100.1593@zhemvz.fhfr.qr> (raw)
In-Reply-To: <BF230D13CA30DD48930C31D4099330003A4CE931@FMSMSX101.amr.corp.intel.com>

On Fri, 14 Feb 2014, Iyer, Balaji V wrote:

> 
> 
> > -----Original Message-----
> > From: Jeff Law [mailto:law@redhat.com]
> > Sent: Friday, February 14, 2014 12:34 PM
> > To: Richard Biener; gcc-patches@gcc.gnu.org
> > Cc: Iyer, Balaji V
> > Subject: Re: [PATCH] Fix Cilk+ ICEs in the alias oracle
> > 
> > On 02/13/14 05:47, Richard Biener wrote:
> > > On Thu, 13 Feb 2014, Richard Biener wrote:
> > >
> > >>
> > >> Cilk+ builds INDIRECT_REFs when expanding builtins (oops) and thus
> > >> those can leak into MEM_EXRs which will lead to ICEs later.
> > >> The following patch properly builds a MEM_REF instead.  Grepping for
> > >> INDIRECT_REF I found another suspicious use (just removed, it cannot
> > >> have triggered and it looks bogus) and the use of a langhook instead
> > >> of proper GIMPLE interfaces (function also used during expansion).
> > >>
> > >> Bootstrap / testing in progress together with some other stuff.
> > >>
> > >> Ok?
> > >
> > > Btw, this exposes that Cilk+ is LTO-ignorant - it doesn't properly
> > > register its global trees (bah, more global trees...).  So the
> > > types_compatible_p call ICEs.  Trying to process them in
> > > lto/lto.c:read_cgraph_and_symbols doesn't seem to work though.
> > >
> > > So I'm opting to remove the assert and leave fixing LTO for somebody
> > > who cares about Cilk+.
> > >
> > > Simpifies the patch as follows, bootstrapped & tested on
> > > x86_64-unknown-linux-gnu.
> > >
> > > Richard.
> > >
> > > 2014-02-13  Richard Biener  <rguenther@suse.de>
> > >
> > > 	* cilk-common.c (cilk_arrow): Build a MEM_REF, not an
> > INDIRECT_REF.
> > > 	(get_frame_arg): Drop the assert with langhook
> > types_compatible_p.
> > > 	Do not strip INDIRECT_REFs.
> > FWIW, I see a recurring issue here.  Specifically I'm regularly seeing
> > cases where submissions are not playing well with LTO.   Speaking
> > strictly for myself, I'm not LTO-aware enough to spot them in patches as they
> > fly by.
> 
> I thought I had handled LTO correctly. I apologize if I made a mistake. 
> I assure you that it was not deliberate. I even had my tests use -flto 
> flags to make sure it is going through it correctly...

By using the langhook types_compatible_p you by-passed the failure
on LTO (because that langhook is not implemented there).

As it's only builtins expansion the mismatches don't really matter.

Richard.

      reply	other threads:[~2014-02-15 10:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-13 11:13 Richard Biener
2014-02-13 12:48 ` Richard Biener
2014-02-14 17:34   ` Jeff Law
2014-02-14 19:03     ` Iyer, Balaji V
2014-02-15 10:04       ` Richard Biener [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LSU.2.11.1402151102100.1593@zhemvz.fhfr.qr \
    --to=rguenther@suse.de \
    --cc=balaji.v.iyer@intel.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=law@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).