This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507

Peter Bergner <bergner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|https://gcc.gnu.org/ml/gcc- |https://gcc.gnu.org/ml/gcc-
                   |patches/2018-11/msg00887.ht |patches/2018-11/msg01120.ht
                   |ml                          |ml

--- Comment #10 from Peter Bergner <bergner at gcc dot gnu.org> ---
Submitted a new patch that changes lower-subreg to decompose the problematic
register pairs into separate regs which are easier to allocate.

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