[llvm-branch-commits] [llvm] [AMDGPU] Emit entry function Dwarf CFI (PR #164722)
Scott Linder via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Nov 7 12:09:10 PST 2025
================
@@ -10,6 +10,63 @@
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -mattr=+wavefrontsize64 -verify-machineinstrs -run-pass=prologepilog %s -o - | FileCheck -check-prefixes=FLATSCRW64,GFX11 %s
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1200 -mattr=+wavefrontsize64 -verify-machineinstrs -run-pass=prologepilog %s -o - | FileCheck -check-prefixes=FLATSCRW64,GFX12 %s
+--- |
+ define void @v_add_co_u32_e32__inline_imm__fi_offset0() #0 { unreachable }
----------------
slinder1 wrote:
I will take another look, but AFAICT there is no way to set it in MIR
https://github.com/llvm/llvm-project/pull/164722
More information about the llvm-branch-commits
mailing list