[PATCH] D28204: [ValueTracking] use nonnull argument attribute to eliminate null checks
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 08:07:45 PST 2017
spatel added a comment.
Ping.
Like https://reviews.llvm.org/D27114, this isn't adding nonnull where there was none before; it's just using what's already available. So we don't need to hold this up for clang?
PR31512 doesn't represent Philip's request anymore, so I opened PR31929 for that:
https://llvm.org/bugs/show_bug.cgi?id=31929
https://reviews.llvm.org/D28204
More information about the llvm-commits
mailing list