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: Some VRP improvements


> Diego Novillo wrote:
> This patch fixes a bunch of VRP-related PRs. ...

- Given that null-pointer optimization is target specific, i.e. only a
  valid optimization for targets which terminally trap upon a null-pointer
  dereference (which doesn't seem like a particularly useful behavior in
  itself, as opposed to some other non-disruptive/non-terminal behavior);
  many of the VRP test cases involving pointers should not correspondingly
  presume the presence of this optimization by default?




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