Re: [PATCH, rs6000] Remove DImode from SLOW_UNALIGNED_ACCESS

2012-04-17 Thread David Edelsohn
On Tue, Apr 17, 2012 at 10:55 AM, Pat Haugen wrote: > DImode references do not suffer a major performance hit for < 4-byte aligned > access like the float types. > > Bootstrap/regtest on powerpc64-linux with no new regressions. Ok for trunk? > > 2012-04-17  Pat Haugen > >        * config/rs6000/r

[PATCH, rs6000] Remove DImode from SLOW_UNALIGNED_ACCESS

2012-04-17 Thread Pat Haugen
DImode references do not suffer a major performance hit for < 4-byte aligned access like the float types. Bootstrap/regtest on powerpc64-linux with no new regressions. Ok for trunk? -Pat 2012-04-17 Pat Haugen * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode. Index: