This is the mail archive of the gcc@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: Loop optimizer issues


>>>>> "Diego" == Diego Novillo <dnovillo@redhat.com> writes:

 > To avoid duplicate effort, let's just raise our hand whenever we are
 > going to get started with something.  The initial list that I had in
 > mind (at the tree level) includes:

I'm starting to work on an aldy^H^H^Hutovectorization pass.  We seem
to have most of the infrastructure in place except data analysis and
the loop unroller.  I can probably get away without the loop unroller
for now by unrolling the loops myself.

I'll looking at implementing the algorithms in the Larsen paper.

Aldy


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