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: remembering comparison modes


On Wed, Jan 24, 2001 at 12:18:01AM -0500, Michael Meissner wrote:
> I would argue the the x86 machine
> description should use an appropriate mode on strict_low_part, ie:
> 
> 	(set (strict_low_part:QI (subreg:QI (reg:SI ..)))
> 	     ..)

Er, strict_low_part is a wrapper only.  It never has a mode.
The mode is taken from the subreg that is its argument.


r~

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