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

Re: [tree-ssa] Improve gimplification/dominator optimizations


In message <wvlbruwqcrm.fsf@prospero.boston.redhat.com>, Jason Merrill writes:
 >FYI, I have a patch in the works to do the same transformation by declaring
 >that decls in memory are not valid values.  I'll remove this patch when it
 >goes in.
I've got a similar patch as well -- I reject them in is_gimple_val, but
that's not sufficient to catch them all.  Specifically those inside
INDIRECT_REFSs are missed.

Jeff


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