You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/01 15:21:12 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request, #11984: [LLVM] Remove use of deprecated `PointerType::getPointerElementType()`

kparzysz-quic opened a new pull request, #11984:
URL: https://github.com/apache/tvm/pull/11984

   With LLVM switching to opaque (typeless) pointer types, some functions related to handling typed pointers are being deprecated (and will be removed).
   The DWARF debug information does express pointee type. When constructing this information from opaque pointers in LLVM IR, the pointee type needs to be obtained from somewhere else (not the pointer).
   Change the debug info generation to use the original PrimFunc to obtain the necessary type information. This will work with older versions of LLVM as well.
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi merged pull request #11984: [LLVM] Remove use of deprecated `PointerType::getPointerElementType()`

Posted by GitBox <gi...@apache.org>.
masahi merged PR #11984:
URL: https://github.com/apache/tvm/pull/11984


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org