[llvm-branch-commits] [llvm] [AMDGPU] Implement CFI for non-kernel functions (PR #164723)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 25 14:49:28 PST 2025
================
@@ -233,6 +304,8 @@ class PrologEpilogSGPRSpillBuilder {
SIMachineFunctionInfo *FuncInfo;
const SIInstrInfo *TII;
const SIRegisterInfo &TRI;
+ const MCRegisterInfo *MCRI;
----------------
arsenm wrote:
This is just TRI
```suggestion
```
https://github.com/llvm/llvm-project/pull/164723
More information about the llvm-branch-commits
mailing list