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 middle-end/30904] [dataflow] No longer optimizes shifts with large count



------- Comment #6 from bonzini at gnu dot org  2007-02-21 16:23 -------
Created an attachment (id=13083)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13083&action=view)
patch to fix the bug

The logic in trunk's combine with respect to uninitialized variables is
correct.

We have to look at DF_LR_IN for the entry basic block to find variables that
are not used uninitialized.

In fact, the name of DF_UR_IN is misleading, as it computes *initialized*
registers.


-- 


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


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