[LLVMdev] Vectorization: Next Steps

David A. Greene greened at obbligato.org
Tue Feb 7 08:12:23 PST 2012


Preston Briggs <preston.briggs at gmail.com> writes:

> On Mon, Feb 6, 2012 at 12:13 PM, Sebastian Pop <spop at codeaurora.org> wrote:
>> [many things, but I'm only going to focus on one of them]
>> Would you consider using Polly http://polly.grosser.es to avoid
>> writing this code?
>
> My impression is that Polly (and polyhedral analysis generally)
> doesn't do want I want. But I'm happy to talk about it 'cause I might
> be wrong.

I think you are right.  However, Polly might be useful as one layer in a
dependence tester.  I haven't thought too deeply about it but polyhedral
analysis can do some pretty cool things.

I'm really not clear on what something like CLooG would do with the
linear recurrence example.  But the analysis side of Polly might be
quite useful.

                             -Dave



More information about the llvm-dev mailing list