[PATCH] D30331: [ImplicitNullCheck] Add alias analysis usage

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 20:09:34 PST 2017


skatkov updated this revision to Diff 89967.
skatkov added a comment.

addressed comments, please review.

Also I've run clang-format against ImplicitNullChecks.cpp and it shows a bit other issues not directly related to my change.
Specifically it does not like one-line enum. If you'd like I can fix it as well.


https://reviews.llvm.org/D30331

Files:
  lib/CodeGen/ImplicitNullChecks.cpp
  test/CodeGen/X86/implicit-null-checks.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30331.89967.patch
Type: text/x-patch
Size: 10815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170228/9d493777/attachment.bin>


More information about the llvm-commits mailing list