[PATCH] D31717: CodeGen: Emit lifetime intrinsics with pointer argument in alloca address space
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 5 11:05:13 PDT 2017
yaxunl added a comment.
In https://reviews.llvm.org/D31717#719316, @arsenm wrote:
> I already have https://reviews.llvm.org/D31043 which can be committed independently of the alloca change
I did not know you already have a patch. Can you add reviewers to it?
The only difference is that I added AllocaInt8PtrTy to CodeGenModule and a lit test for non-zero alloca addr space.
I can rebase my patch on top of yours. Or I can drop this patch and add the lit test to your patch.
https://reviews.llvm.org/D31717
More information about the cfe-commits
mailing list