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: Is (set (subreg:SI (reg:HI) 0) (const_int)) valid rtx?


> Here (reg:HI ...) is a pseudo register.  If this is valid, is the
> register allocator supposed to allocate an SImode hard register for
> (subreg:SI (reg:HI) 0)?  Or should this be canonicalized to the
> following?
> 
>   (set (reg:HI ...)
>        (const_int ...))

I'd say that that depends on WORD_REGISTER_OPERATIONS.

-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


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