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

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 11:28:45 PST 2017


george.burgess.iv updated this revision to Diff 84868.
george.burgess.iv marked an inline comment as done.
george.burgess.iv added a comment.
Herald added a subscriber: wdng.

Addressed feedback


https://reviews.llvm.org/D28494

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28494.84868.patch
Type: text/x-patch
Size: 27009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170118/438f9425/attachment.bin>


More information about the llvm-commits mailing list