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?


Hi Qinfeng,

> whether the rtx is valid depends on the target machine, and the
> phase that the rtx located in compiling progress.

I had "before register allocation" in mind and assumed a target
architecture allows (set (reg:SI) (const_int)).  Given these, would
you also say that the validity depends on WORD_REGISTER_OPERATIONS as
Joern suggested?

Thanks,

Kazu Hirata


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