This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


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

Re: [Bug] subword handling for DI modes


I wrote:

   Here is a minimal test case that reproduces the problem.  Does anyone
   have any ideas?  Thanks,

        (set reg (subword SI reg 0))

FYI, I was able to work around this by using:

	(subword SI (reg h-reg) 0)

So it seems something is amiss in the determination of the operand's mode.

Ben


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