Re: [GOOGLE] Emit a single unaligned load/store instruction for i386 m_GENERIC

2014-02-11 Thread Xinliang David Li
ok. David On Tue, Feb 11, 2014 at 4:50 PM, Cong Hou wrote: > This small patch lets GCC emit a single unaligned load/store > instruction for m_GENERIC i386 CPUs. > > Bootstrapped and passed regression test. > > OK for Google branch? > > > thanks, > Cong > > > Index: gcc/config/i386/i386.c > =

[GOOGLE] Emit a single unaligned load/store instruction for i386 m_GENERIC

2014-02-11 Thread Cong Hou
This small patch lets GCC emit a single unaligned load/store instruction for m_GENERIC i386 CPUs. Bootstrapped and passed regression test. OK for Google branch? thanks, Cong Index: gcc/config/i386/i386.c === --- gcc/config/i386/i