[PATCH] D36392: [ImplicitNullCheck] Fix the bug when dependent instruction accesses memory

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 03:58:20 PDT 2017


skatkov created this revision.

It is possible that dependent instruction may access memory.
In this case we must ensure that it does not alias with other instruction
we are moving over.


https://reviews.llvm.org/D36392

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36392.109966.patch
Type: text/x-patch
Size: 7372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170807/c3ec6856/attachment.bin>


More information about the llvm-commits mailing list