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

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 08:13:40 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
----------------
shiltian wrote:

conventionally, we want to put triple + mcpu first, then the other options. also, I'd prefer to use full triple, aka `-mtriple=amdgcn-amd-amdhsa` if possible.

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


More information about the llvm-commits mailing list