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]

Re: ABI change for ports with byte-aligned functions.


    On a machine where logical operations are faster, both the +1 and the
    -1 can be converted into OR and AND respectively.  I thought GCC did
    the first of these, but apparently it can't propagate the information
    about pointer alignment down into combine.  (I'm half-tempted to fix
    this just to prove my point :-).

There *was* code in combine to do just that.  I wonder why it doesn't anymore.


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