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/09/29 20:18:17 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request, #12943: [LLVM] Change CHECK_NE(x, nullptr) to CHECK(x != nullptr), NFC

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

   The CHECK_NE can cause compilation issues in some cases.


-- 
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] junrushao merged pull request #12943: [LLVM] Change CHECK_NE(x, nullptr) to CHECK(x != nullptr), NFC

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


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