------- Additional Comments From law at redhat dot com 2005-09-18 00:29 ------- Subject: Re: New: DOM has dead code, VALUE_HANDLEs are not created during DOM
On Sun, 2005-09-18 at 00:09 +0000, pinskia at gcc dot gnu dot org wrote: > While looking into PR 23049, I noticed that DOM checks the tree code of > expressions making sure that > they are not VALUE_HANDLE. I looked and the only place which creates a VH is > in tree-vn.c and none of > those are called from DOM. That's by design. We want to eventually create value handles early, then maintain them through the optimization passes (which would allow removing DOM's hashing code completely). jeff -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23939