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/52054] Value-numbering does not enter translated expressions into the hash table


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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu.org

--- Comment #4 from Steven Bosscher <steven at gcc dot gnu.org> 2012-05-11 23:08:15 UTC ---
(In reply to comment #3)
> PR53125 has a testcase where we spend time in redundant store removal in
> eliminate() which does vn_reference_lookup with VN_WALK (which it should not
> need).

The patch of comment #2 has no influence on the compile time for bug 53125. Is
that expected?


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