Is (set (subreg:SI (reg:HI) 0) (const_int)) valid rtx?

Joern Rennecke joern.rennecke@superh.com
Mon Jun 2 13:37:00 GMT 2003


> 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



More information about the Gcc mailing list