This is the mail archive of the gcc-patches@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: Minor improvements to alias.c:nonoverlapping_memrefs_p


    > I'm sorry, I don't follow: what do you mean by "argument registers" here.

    FUNCTION_ARG_REGNO_P.

But why would that be considered as being in the frame?  You could pass
a pointer to a global into a function so a dereference of the hard reg
for the input could conflict with a global reference, unlike frame references.


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