[PATCH] D28494: Make `@llvm.objectsize` more conservative with null pointers.

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 13:21:21 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL298430: Let llvm.objectsize be conservative with null pointers (authored by gbiv).

Changed prior to commit:
  https://reviews.llvm.org/D28494?vs=89269&id=92532#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28494

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/trunk/lib/Analysis/MemoryBuiltins.cpp
  llvm/trunk/lib/IR/AutoUpgrade.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/trunk/test/Assembler/auto_upgrade_intrinsics.ll
  llvm/trunk/test/CodeGen/AMDGPU/promote-alloca-mem-intrinsics.ll
  llvm/trunk/test/Transforms/CodeGenPrepare/basic.ll
  llvm/trunk/test/Transforms/InferAddressSpaces/AMDGPU/intrinsics.ll
  llvm/trunk/test/Transforms/InstCombine/memset_chk-1.ll
  llvm/trunk/test/Transforms/InstCombine/objsize.ll
  llvm/trunk/test/Transforms/InstCombine/stpcpy_chk-1.ll
  llvm/trunk/test/Transforms/InstCombine/strcpy_chk-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28494.92532.patch
Type: text/x-patch
Size: 35840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170321/46afc5e3/attachment.bin>


More information about the llvm-commits mailing list