Re: [PATCH] Remove strict-alignment checks in SRA

2012-03-26 Thread Richard Guenther
On Fri, 23 Mar 2012, Martin Jambor wrote: > Hi, > > since we now should be able to expand misaligned MEM_REFs properly and > both SRA and IPA-SRA now tag the memory accesses with the appropriate > alignment information, we should now be able to get rid off the SRA > disabling in the face of poten

[PATCH] Remove strict-alignment checks in SRA

2012-03-23 Thread Martin Jambor
Hi, since we now should be able to expand misaligned MEM_REFs properly and both SRA and IPA-SRA now tag the memory accesses with the appropriate alignment information, we should now be able to get rid off the SRA disabling in the face of potential strict-alignment expansion problems. The patch be