> OK for mainline once regtest on arm-linux-gnueabi completes? ok.
+ else + { + if (mem_read_insn_p (to->insn)) + return; + else better do else if (!mem_read_insn_p (to->insn)) + create_ddg_dep_no_link (g, from, to, ANTI_DEP, MEM_DEP, 0); + } Ayal. Revital Eres <revital.e...@linaro.org> wrote on 15/06/2011 11:45:15 AM: > From: Revital Eres <revital.e...@linaro.org> > To: Ayal Zaks/Haifa/IBM@IBMIL > Cc: gcc-patches@gcc.gnu.org, Patch Tracking <patc...@linaro.org> > Date: 15/06/2011 11:45 AM > Subject: Re: [PATCH, SMS] Fix violation of memory dependence > > Hello, > > >>> * ddg.c (add_intra_loop_mem_dep): New function. > > > > You could check first thing if (from->cuid == to->cuid), for code clarity. > > Attached is the new version of the patch which addresses this. > > The patch was re-tested as follows: > On ppc64-redhat-linux regtest as well as bootstrap with SMS flags > enabling SMS also on loops with stage count 1. Regtested on SPU. > On arm-linux-gnueabi bootstrap c language with SMS > flags enabling SMS also on loops with stage count 1 > and currently regression testing on c,c++. > > OK for mainline once regtest on arm-linux-gnueabi completes? > > Thanks, > Revital > > gcc/ > * ddg.c (add_intra_loop_mem_dep): New function. > (build_intra_loop_deps): Call it. > > testsuite/ > * gcc.dg/sms-9.c: New file. > [attachment "patch_sms_14_6.txt" deleted by Ayal Zaks/Haifa/IBM]