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 2021/09/29 15:21:44 UTC

[GitHub] [tvm] kparzysz-quic commented on pull request #9138: [LLVM] Make changes needed for opaque pointers

kparzysz-quic commented on pull request #9138:
URL: https://github.com/apache/tvm/pull/9138#issuecomment-930279683


   LLVM IR is eliminating types in pointers, so there will only be `ptr` for a pointer type (i.e. pointers will be "opaque"), instead of `i32*` or `float*`.  This will require passing pointer type in addition to the pointer itself to a bunch of LLVM IR creation functions, plus functions like `getPointerElementType` will be removed.
   
   This is an ongoing change in LLVM, but it's a pervasive one with a lot of impact on downstream consumers,


-- 
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