This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Reload Problem
- From: syed rauf <raufh at enabtech dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 1 Jul 2002 12:30:16 +0500
- Subject: 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