[PATCH] D59666: AMDGPU: HIP compiler option -finstrument-functions flag

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 10:16:58 PDT 2019


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/returnaddress.ll:47-49
+entry:
+  %tmp = tail call i8* @llvm.returnaddress(i32 0)
+  store i8* %tmp, i8** %out, align 4
----------------
This is still in the entry block


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

https://reviews.llvm.org/D59666





More information about the llvm-commits mailing list