[PATCH] D37752: [AMDGPU] calling conventions for AMDPAL OS type

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 12:12:01 PDT 2017


arsenm 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()
----------------
Missing the variants from the raw ccN


https://reviews.llvm.org/D37752





More information about the llvm-commits mailing list