[llvm] [AMDGPU] Preserve call info when lowering SI_CALL_ISEL (PR #192200)

Robert Imschweiler via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 05:00:33 PDT 2026


================
@@ -0,0 +1,15 @@
+; RUN: llc -emit-call-site-info -stop-after=dead-mi-elimination -mtriple=amdgcn-- -mcpu=gfx900 -o - %s | FileCheck %s
+
+; CHECK-LABEL: name:            basic_call
+; CHECK: $sgpr30_sgpr31 = SI_CALL {{.*}}, @foo, csr_amdgpu
----------------
ro-i wrote:

This doesn't verify that the call info is kept?

https://github.com/llvm/llvm-project/pull/192200


More information about the llvm-commits mailing list