Skip to content

[Relay] Move pad value extraction past null pointer check#14444

Closed
kparzysz-quic wants to merge 1 commit intoapache:mainfrom
kparzysz-quic:pad-value-nullptr
Closed

[Relay] Move pad value extraction past null pointer check#14444
kparzysz-quic wants to merge 1 commit intoapache:mainfrom
kparzysz-quic:pad-value-nullptr

Conversation

@kparzysz-quic
Copy link
Copy Markdown
Contributor

In SimplifyExplicitPad, the pad_value pointer was dereferenced before checking if it's null or not. Move the dereference to past the check.

In SimplifyExplicitPad, the pad_value pointer was dereferenced before
checking if it's null or not. Move the dereference to past the check.
@tvm-bot
Copy link
Copy Markdown
Collaborator

tvm-bot commented Mar 31, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@kparzysz-quic kparzysz-quic closed this by deleting the head repository Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants