[PATCH] D37752: [AMDGPU] calling conventions for AMDPAL OS type
Tim Renouf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 15 02:18:44 PDT 2017
tpr marked an inline comment as done.
tpr added inline comments.
================
Comment at: test/Bitcode/compatibility.ll:479-480
; CHECK: declare amdgpu_hs void @f.amdgpu_hs()
+declare amdgpu_ls void @f.amdgpu_ls()
+; CHECK: declare amdgpu_ls void @f.amdgpu_ls()
+declare amdgpu_es void @f.amdgpu_es()
----------------
arsenm wrote:
> Missing the variants from the raw ccN
Sorry, missed that I need to do that. I was wondering how it actually tests binary compatibility...
https://reviews.llvm.org/D37752
More information about the llvm-commits
mailing list