svn commit: r275633 - in head: contrib/llvm/lib/Transforms/Vectorize sys/sys

2014-12-08 Thread Dimitry Andric
Author: dim Date: Tue Dec 9 07:34:28 2014 New Revision: 275633 URL: https://svnweb.freebsd.org/changeset/base/275633 Log: Pull in r223171 from upstream llvm trunk (by Michael Zolotukhin): PR21302. Vectorize only bottom-tested loops. rdar://problem/18886083 This fixes a bug in

Re: svn commit: r275633 - in head: contrib/llvm/lib/Transforms/Vectorize sys/sys

2014-12-12 Thread Andrey Chernov
On 09.12.2014 10:34, Dimitry Andric wrote: > PR21302. Vectorize only bottom-tested loops. ... > MFC after: 3 days Hi. More than 3 days already passed, do you plan to MFC it? I have irrational fear to compile anything under -stable until this change will be committed) -- http://ache.vniz.n

Re: svn commit: r275633 - in head: contrib/llvm/lib/Transforms/Vectorize sys/sys

2014-12-13 Thread Dimitry Andric
On 13 Dec 2014, at 05:18, Andrey Chernov wrote: > > On 09.12.2014 10:34, Dimitry Andric wrote: >>PR21302. Vectorize only bottom-tested loops. > ... >> MFC after: 3 days > > Hi. More than 3 days already passed, do you plan to MFC it? > I have irrational fear to compile anything under -stabl

Re: svn commit: r275633 - in head: contrib/llvm/lib/Transforms/Vectorize sys/sys

2014-12-13 Thread Andrey Chernov
On 13.12.2014 15:29, Dimitry Andric wrote: > On 13 Dec 2014, at 05:18, Andrey Chernov wrote: >> >> On 09.12.2014 10:34, Dimitry Andric wrote: >>>PR21302. Vectorize only bottom-tested loops. >> ... >>> MFC after: 3 days >> >> Hi. More than 3 days already passed, do you plan to MFC it? >> I hav