[PATCH] D56761: Add a parameter to the objectsize intrinsic that controls whether to evaluate size dynamically

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 30 12:34:48 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352664: Add a 'dynamic' parameter to the objectsize intrinsic (authored by epilk, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56761?vs=181916&id=184351#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56761/new/

https://reviews.llvm.org/D56761

Files:
  cfe/trunk/lib/CodeGen/CGBuiltin.cpp
  cfe/trunk/lib/CodeGen/CGExpr.cpp
  cfe/trunk/test/CodeGen/alloc-size.c
  cfe/trunk/test/CodeGen/catch-undef-behavior.c
  cfe/trunk/test/CodeGen/object-size.c
  cfe/trunk/test/CodeGen/object-size.cpp
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/Analysis/MemoryBuiltins.cpp
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/IR/AutoUpgrade.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Instrumentation/BoundsChecking.cpp
  llvm/trunk/test/Assembler/auto_upgrade_intrinsics.ll
  llvm/trunk/test/CodeGen/AMDGPU/promote-alloca-mem-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/is-constant.ll
  llvm/trunk/test/Other/cgscc-libcall-update.ll
  llvm/trunk/test/Transforms/CodeGenPrepare/basic.ll
  llvm/trunk/test/Transforms/CodeGenPrepare/crash-on-large-allocas.ll
  llvm/trunk/test/Transforms/InferAddressSpaces/AMDGPU/intrinsics.ll
  llvm/trunk/test/Transforms/InstCombine/builtin-dynamic-object-size.ll
  llvm/trunk/test/Transforms/InstCombine/invoke.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: D56761.184351.patch
Type: text/x-patch
Size: 63271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190130/5e0b2a73/attachment-0001.bin>


More information about the llvm-commits mailing list