On Fri, Mar 2, 2012 at 9:24 PM, H.J. Lu <hongjiu...@intel.com> wrote:
> X32 may generate > > movl $-18874240, %eax > movl (%eax), %eax > > This patchs allows $-18874240. OK for trunk? Ah, it took me a while to note the dollar sign difference. We want to prevent only: movl $0, -18874240 and not the sequence you point out. The patch is OK everywhere. Thanks, Uros.