This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] patch suggestion: def_op vs vdef_ops


In message <Pine.LNX.4.44.0301291922330.16411-100000@nether.cs.uiuc.edu>, Jose 
Renau writes:
 >On Wed, 29 Jan 2003, Diego Novillo wrote:
 >
 >> On Wed, 29 Jan 2003, Jose Renau wrote:
 >> 
 >> proceed to put it in virtual operands everywhere. That's why we're not
 >> detecting the dead store.
 >> 
 >> I'll work on a fix.
 >
 > This is a simple example, where DCE does not eliminate any statement (not 
 >even the last one)
 >
 >void function(int *a)
 >{
 >        *a=3;
 >        *a=4;
 >        a++;
 >}
As of today, DSE kills this kind of sillyness :-)
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]