[PATCH] D31717: CodeGen: Let lifetime intrinsic use alloca address space

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 13 11:31:07 PDT 2017


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/CodeGenOpenCL/lifetime.cl:14
+// AMDGIZ: @llvm.lifetime.start.p5i
+  helper_no_markers();
+}
----------------
Check line for the end as well?


https://reviews.llvm.org/D31717





More information about the cfe-commits mailing list