Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AOT] Avoid Var-to-Var Let binding in AOTExecutorCodegen #15033

Merged

Conversation

Lunderberg
Copy link
Contributor

Prior to #14951, these can have erroneous simplifications when used in buffer definitions. While they no longer cause issues with correct-ness, they are unnecessary in this case. This was initially found when debugging CI failures that occured in #14985, but is not otherwise related to that PR.

Prior to apache#14951, these can have
erroneous simplifications when used in buffer definitions.  While they
no longer cause issues with correct-ness, they are unnecessary in this case.
@tvm-bot
Copy link
Collaborator

tvm-bot commented Jun 6, 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

@csullivan csullivan merged commit 6ef22f5 into apache:main Jun 15, 2023
@Lunderberg Lunderberg deleted the aot_codegen_avoid_trivial_let_binding branch June 15, 2023 19:24
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.

3 participants