================ @@ -155,6 +164,63 @@ Register SPIRVEmitNonSemanticDI::emitDIInstruction( return InstReg; } +// Emit a DebugTypeFunction instruction for the given DISubroutineType. +// This creates a SPIRV debug type function that represents the function +// signature, including type flags, return type, and parameter types. Currently ---------------- mgcarrasco wrote:
Yes, the plan is to implement the rest before landing. https://github.com/llvm/llvm-project/pull/183122 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
