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: [RFC] Contributing tree-ssa to mainline


    But any alias/loop optimization cannot really be done on targets like
    IA64 with almost no offset.  The IA64 has only room for a zero offset,
    every thing is done in index form.

That doesn't matter.  You'd figure out the GIV offset from all the
computations in RTL.  We do that now.


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