[PATCH] D57416: [AMDGPU] Support emitting GOT relocations for function calls

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 11:49:10 PST 2019


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/function-call-relocs.ll:48
+}
+
+attributes #0 = { noinline }
----------------
Can you add a case with a tail call that needs the GOT just to be sure?


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

https://reviews.llvm.org/D57416





More information about the llvm-commits mailing list