|
From: Julian S. <js...@ac...> - 2011-05-18 13:18:41
|
> > addHRegUse(u, HRmRead, i->Pin.VxQopFP.xT); > > > > does it help? > > Unfortunately no. I hope to find time to take a deep dive today. Did you > spot anything suspicious in the register allocation code? No, that looked ok. Another thing to triple check is the case in the insn emitter (emit_PPCInstr, or whatever it's called). I've found (at least for x86 and amd64 emission) that it's very easy to get these encodings wrong. J |