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]

Reload Problem


I am using gcc-3.0.2. During the compilcation of various codes I have
realised that
 GCC does not use reload_in and reload_out in case of rtx expressions like
(subreg:QI (reg:HI 32)) 
wheras it correctly reloads for (subreg:HI (reg:QI 32)) .

Is there any specifiec reason of not reloading in the case of
(subreg:QI (reg:HI 32)) . 
 


Regards
Hassan



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