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 target/63521] The AArch64 backend doesn't define REG_ALLOC_ORDER.


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

--- Comment #2 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Ideally, a port should not need to define reg_alloc_order; it's rather a blunt
instrument.

Better would be for the register allocator to have a better understanding of
which registers are being used for parameter passing in the current routine so
that it can pick from the remaining call-clobbered list.


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