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]

memref_conflict_p




The current behaviour of
memref_conflict_p (1, (REG:P r), 1, (PRE_INC:P (REG:P r)), 0)
is to return 1 even though these pointers will not reference the
same memory location.

Is this intentional or should this function be extended to handle
autoincrement addressing?


Michael.



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