This is the mail archive of the gcc-bugs@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]

[Bug optimization/14753] [tree-ssa] some missed forward propagation opportunities


------- Additional Comments From kazu at cs dot umass dot edu  2004-03-30 03:56 -------
One more case.

void
rotate_cst (unsigned int a)
{
  a = (a << 10) | (a >> 22);
  if (a == 123)
    bar ();
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14753


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