On Mon, Mar 5, 2012 at 1:38 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > On Fri, Mar 2, 2012 at 10:14 PM, H.J. Lu <hongjiu...@intel.com> wrote: > >> This is the last patch for Pmode == SImod in x32. In x32, the return value >> of the symbol address must be zero-extended to DImode, This patch adds >> *zero_extendsidi2_x32 to load the address of a symbol in SImode and >> zero-extend it to DImode. It works for x32 since the address size is 32bit. >> OK for trunk? > > Can you please try attached patch instead? It enhances existing insn > pattern with required functionality. > > Uros.
It works. Thanks. -- H.J.