WsqRichards commented on issue #18709:
URL: https://github.com/apache/tvm/issues/18709#issuecomment-3844765290
/// Insert a new llvm.dbg.declare intrinsic call.
/// \param Storage llvm::Value of the variable
/// \param VarInfo Variable's debug info descriptor.
/// \param Expr A complex location expression.
/// \param DL Debug info location.
/// \param InsertAtEnd Location for the new intrinsic.
LLVM_ABI DbgInstPtr insertDeclare(llvm::Value *Storage,
DILocalVariable *VarInfo,
DIExpression *Expr, const DILocation
*DL,
BasicBlock *InsertAtEnd);
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]