On Fri, May 01, 2015 at 03:02:24PM -0400, Vladimir Makarov wrote:Ok, then. I'll try to implement output operands for asm-goto in LRA for the next GCC release.
Currently LRA is used by x86/x86-64, ARM, AARCH64, s390, and MIPS.Pretty much all inline asm is in per arch code; so one arch having
PPC, SH, and ARC are moving to LRA. All other targets are still
reload based.
So I could implement the output reloads in LRA, probably for the
next GCC release. How to enable and mostly use it for multi-target
code like the kernel is another question.
different asm features than another should not be a problem at all.