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: PowerPC Code generation (probably altivec related)


>
> Please note that in the marked line a different register is
> used for the load which is not a problem here since the
> content is the same but shows up as a problem in code I'm

the code generated is correct.  r4 and r3 both contain 0, so it's
fair to use either one as a base register.

> still trying to simplify where the load happens from a completely
> wrong address.

this would be useful.

>
> Removing the static in the declaration of store will result
> in the expected object code but trigger a different (altivec) code
> generation problem for my application:

the assembly looks correct.  what is the problem?

--
Aldy Hernandez                                E-mail: aldyh@redhat.com
Professional Gypsy Lost in Australia
Red Hat, Inc.


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