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

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 03:57:46 PST 2017


skatkov created this revision.

With this change ImplicitNullCheck optimization uses alias analysis and
can use load/store memory access for implicit null check if there are other
load/store before but memory accesses do not alias.


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.89639.patch
Type: text/x-patch
Size: 9433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170224/4033e884/attachment.bin>


More information about the llvm-commits mailing list