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: merging MEM_ATTRS


      /* do some stuff with a and b  */

      return j ? a : b;
    }

    The MEM_EXPRs are different here, one referencing a, the other b.

But aren't the MEM's different too?  Or is the point that this is only
a register-indirect machine so the forms of the addresses are the same?


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