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: Register Allocation Question.


>     Let's say I have an RTL X with destination register R1, But if I
> want to schedule this RTL to Class2.  What can I do? I see that GCC
> doesn't change the register number if it already holds a hard-register.

Use constraints.  They are described in md.texi.


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