[PATCH] D59666: AMDGPU: HIP compiler option -finstrument-functions flag
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 20:24:16 PDT 2019
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/returnaddress.ll:7
+; GCN: s_setpc_b64 s[30:31]
+define i8* @func1() nounwind {
+entry:
----------------
Needs a test with amdgpu_kernel and shaders. As is this will fail as they don’t have return addresses
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59666/new/
https://reviews.llvm.org/D59666
More information about the llvm-commits
mailing list