This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR56787, missed vectorization with CLOBBERs


On Tue, 28 May 2013, Jakub Jelinek wrote:

> On Tue, May 28, 2013 at 02:07:25PM +0200, Richard Biener wrote:
> > The following fixes vectorization of loops with CLOBBER statements
> > in the way of ignoring them during analysis and removing them during
> > vectorization (because we ignored them for store/load placement
> > and do not handle them in case we need to unroll the loop body).
> > 
> > Bootstrap / regtest pending on x86_64-unknown-linux-gnu.
> > 
> > Do you see a better way of handling the CLOBBERs that is worthwhile?
> 
> I think this is fine.  Do you plan to backport it to 4.8.2 eventually?

Yes.

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]