================
@@ -274,6 +383,7 @@ class PrologEpilogSGPRSpillBuilder {
         FuncInfo->getSGPRSpillToPhysicalVGPRLanes(FI);
     assert(Spill.size() == NumSubRegs);
 
+    std::optional<Register> CFISuperReg = getCFISuperReg();
----------------
arsenm wrote:

```suggestion
    MCRegister CFISuperReg = getCFISuperReg();
```

https://github.com/llvm/llvm-project/pull/164723
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to