Hi, all Is there a document of command options about opt and LNO, now I have one from AMD, but it did not have all the options, for example, there is no -WOPT:icopy=off:copy=off in this document!
Eric ----- Original Message ----- From: Fred Chow To: open64-devel@lists.sourceforge.net Sent: Tuesday, August 17, 2010 6:02 PM Subject: Re: [Open64-devel] How can I filter the constant propagation optimization in open64 Just add the flags -WOPT:icopy=off:copy=off to turn off copy propagation. Fred On 08/17/2010 12:39 AM, eirc.lew wrote: Hi, all for example: int a; int c; a = 5; int b; b += a + c; after open64 has compiled, in the whirl it is: b += 5 + c; but what I want is: it is still b + = a + c; any suggestions ? Eric ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev ------------------------------------------------------------------------------ _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel