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 tree-optimization/18880] DSE is not doing its job for global variables


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-08 02:27 -------
Looks like DSE is not following V_MUST_DEF chains (well since really V_MUST_DEF just became chains I 
would assume this was not like not before).

If we use "--param global-var-threshold=0", DSE removes the store.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


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