[PATCH] D29400: [ImplicitNullCheck] Extend Implicit Null Check scope by using stores

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 11:31:20 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL294338: [ImplicitNullCheck] Extend Implicit Null Check scope by using stores (authored by sanjoy).

Changed prior to commit:
  https://reviews.llvm.org/D29400?vs=87368&id=87488#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29400

Files:
  llvm/trunk/docs/FaultMaps.rst
  llvm/trunk/include/llvm/CodeGen/FaultMaps.h
  llvm/trunk/include/llvm/Target/Target.td
  llvm/trunk/include/llvm/Target/TargetOpcodes.def
  llvm/trunk/lib/CodeGen/FaultMaps.cpp
  llvm/trunk/lib/CodeGen/ImplicitNullChecks.cpp
  llvm/trunk/lib/Target/X86/X86AsmPrinter.h
  llvm/trunk/lib/Target/X86/X86MCInstLower.cpp
  llvm/trunk/test/CodeGen/X86/block-placement.mir
  llvm/trunk/test/CodeGen/X86/implicit-null-check.ll
  llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29400.87488.patch
Type: text/x-patch
Size: 40124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170207/2ac710b2/attachment.bin>


More information about the llvm-commits mailing list