[PATCH] D153535: [AMDGPU][DAGISel] Be more flexible about what calls are allowed

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 09:01:10 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/call-c-function.ll:13
+  ret void
+}
----------------
Also test from amdgpu_gfx?


================
Comment at: llvm/test/CodeGen/AMDGPU/unsupported-calls.ll:65
 
-; GCN: :0:0: in function test_c_call_from_shader i32 (): unsupported calling convention for call from graphics shader of function defined_function
+; GCN-NOT: in function test_c_call_from_shader{{.*}}unsupported
 ; R600: in function test_c_call{{.*}}: unsupported call to function defined_function
----------------
Move these into your new test, they shouldn't be in the unsupported test anymore with not run lines


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153535



More information about the llvm-commits mailing list