[PATCH] D17993: [CodeGen] Apply 'nonnull' to 'this' pointer arguments.

John McCall via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 9 11:14:59 PST 2016


rjmccall added a comment.

Well, no, we can do it under a different flag and just ensure that -fno-delete-null-pointer-checks *also* has the effect of disabling the optimization.

But you are not inspiring to disagree with Chandler about whether this optimization should be enabled by default.


http://reviews.llvm.org/D17993





More information about the cfe-commits mailing list