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] Linearize trivial COND_EXPR+PHI node sequences


In message <20040211060301.GB1742@redhat.com>, Richard Henderson writes:
 >On Tue, Feb 10, 2004 at 04:18:25PM -0700, law@redhat.com wrote:
 >> + 	  /* Inversion of the condition may result in non-gimple code,
 >> + 	     if so, then we can not optimize this PHI.  */
 >> + 	  if (TREE_CODE (cond) == TRUTH_NOT_EXPR)
 >> + 	    continue;
 >
 >TRUTH_NOT_EXPR is in fact gimple.
Yea, I forgot we made that change a while back.  I've got a suitable
update in my tree and I'll be testing shortly, along with a fix for 14196.

jeff


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