Figure out <size> argument of llvm.lifetime intrinsics at the moment they are created...
authorAlexey Samsonov <samsonov@google.com>
Tue, 13 Nov 2012 07:15:32 +0000 (07:15 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 13 Nov 2012 07:15:32 +0000 (07:15 +0000)
commit009c4d86c14bb2f46f9473f8f517393dabab7e9e
tree810ca2837213a813032ff52c28ef5fb0cefbcfef
parent266c473b91a7a204b9d0de7f1461fe8ca8bd7117
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are created (during function inlining)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167821 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
test/Transforms/Inline/lifetime-no-datalayout.ll [new file with mode: 0644]
test/Transforms/Inline/lifetime.ll