Displaying 6 results from an estimated 6 matches for "r154735".
2012 Apr 14
0
[LLVMdev] [llvm-commits] Vectors of Pointers and Vector-GEP
...2011 09:19:43 +0200
"Rotem, Nadav" <nadav.rotem at intel.com> wrote:
> Hi,
>
> I just wanted to let you know that I committed the pointer-vector
> patch.
Nadav,
I just committed a change to BBVectorizer to allow it to generate these
(and also vector selects) [>= r154735]. If you have cases where you
think these should be generated, and they're now not generated by the
vectorizer, please let me know.
Thanks again,
Hal
>
> Thanks,
> Nadav
>
> -----Original Message-----
> From: David A. Greene [mailto:greened at obbligato.org]
> Sent: T...
2011 Dec 06
2
[LLVMdev] [llvm-commits] Vectors of Pointers and Vector-GEP
Hi,
I just wanted to let you know that I committed the pointer-vector patch.
Thanks,
Nadav
-----Original Message-----
From: David A. Greene [mailto:greened at obbligato.org]
Sent: Tuesday, December 06, 2011 00:10
To: Jose Fonseca
Cc: David A. Greene; Rotem, Nadav; LLVM Developers Mailing List
Subject: Re: [LLVMdev] [llvm-commits] Vectors of Pointers and Vector-GEP
Jose Fonseca <jfonseca
2012 Apr 15
2
[LLVMdev] [llvm-commits] Vectors of Pointers and Vector-GEP
...2011 09:19:43 +0200
"Rotem, Nadav" <nadav.rotem at intel.com> wrote:
> Hi,
>
> I just wanted to let you know that I committed the pointer-vector
> patch.
Nadav,
I just committed a change to BBVectorizer to allow it to generate these (and also vector selects) [>= r154735]. If you have cases where you think these should be generated, and they're now not generated by the vectorizer, please let me know.
Thanks again,
Hal
>
> Thanks,
> Nadav
>
> -----Original Message-----
> From: David A. Greene [mailto:greened at obbligato.org]
> Sent: Tue...
2012 Apr 06
0
[LLVMdev] pb05 results for current llvm/dragonegg
Hi Jack,
> It would also be nice if -fplugin-arg-dragonegg-llvm-option= could allow multiple
> entries surrounded by quotes. Yesterday when I tested...
I implemented this: options passed this way are now split on spaces.
Ciao, Duncan.
2012 Apr 04
2
[LLVMdev] pb05 results for current llvm/dragonegg
On Wed, Apr 04, 2012 at 05:00:05PM +0200, Duncan Sands wrote:
> Hi Jack,
>
>> Duncan, any idea how to work around that for passing -bb-vectorize-req-chain-depth=3?
>
> it is being rejected by GCC's plugin options parser. I just implemented a hack
> in dragonegg in which colons will be morphed into equals signs. So you should
> now be able to pass
2012 Apr 16
0
[LLVMdev] [llvm-commits] Vectors of Pointers and Vector-GEP
...nadav.rotem at intel.com> wrote:
>
> > Hi,
> >
> > I just wanted to let you know that I committed the pointer-vector
> > patch.
>
> Nadav,
>
> I just committed a change to BBVectorizer to allow it to generate
> these (and also vector selects) [>= r154735]. If you have cases where
> you think these should be generated, and they're now not generated by
> the vectorizer, please let me know.
>
> Thanks again,
> Hal
>
> >
> > Thanks,
> > Nadav
> >
> > -----Original Message-----
> > From: Davi...