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]

Re: rfc: constant pool and floats


>>>>> Aldy Hernandez writes:

Aldy> It looks like store_bit_field is at fault by calling the emit_move_insn
Aldy> with an incompatible source/dest.  Is (set (reg:SF) (const_int)) valid
Aldy> rtl?  David had mentioned it was, but now I'm not sure.

	The rs6000 movsf pattern allows that combination, if reg:SF is a
GPR.

David


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