This is the mail archive of the gcc-patches@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]

Re: Your change to function.c


On Mon, Oct 05, 1998 at 01:38:53AM -0600, Jeffrey A Law wrote:
> I know stuff like (subreg:SF (reg:DF)) is not considered safe.  I don't know
> about other forms.  I think it's discussed somewhere in the manual.

True.  But the one form I'm interested in is (subreg:I (reg:F) 0) where
I is MODE_INT, F is MODE_FLOAT, and I and F have the exact same size.

That, IMO, should be safe.


r~


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