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] Remove useless null pointer checks


In message <wvloeza8u7t.fsf@prospero.boston.redhat.com>, Jason Merrill writes:
 >> Note that simply removing the typecasts can actually be a step backwards
 >> in terms of exposing stuff to the optimizer.    I found that when I
 >> started looking real closely at stripping out unwanted NOP_EXPRs in
 >> the gimplifier.
 >
 >Can you elaborate?
FYI -- I'm trying to recreate the changes I made to the gimplifier
which showed this behavior.

Jeff



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