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

[LLVM] Remove call to EmitDebugLocation from AddAliasInfo #13872

Merged
merged 1 commit into from
Jan 30, 2023
Merged

[LLVM] Remove call to EmitDebugLocation from AddAliasInfo #13872

merged 1 commit into from
Jan 30, 2023

Conversation

kparzysz-quic
Copy link
Contributor

This function only creates alias metadata, so there isn't anything for it to create debug location information for. If index is used in executable code, the debug location should be emitted then.

This function only creates alias metadata, so there isn't anything
for it to create debug location information for. If `index` is used
in executable code, the debug location should be emitted then.
@tvm-bot
Copy link
Collaborator

tvm-bot commented Jan 30, 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.

  • No users to tag found in teams: llvm See #10317 for details

Generated by tvm-bot

1 similar comment
@tvm-bot
Copy link
Collaborator

tvm-bot commented Jan 30, 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.

  • No users to tag found in teams: llvm See #10317 for details

Generated by tvm-bot

@kparzysz-quic kparzysz-quic merged commit c81aaa8 into apache:main Jan 30, 2023
@kparzysz-quic kparzysz-quic deleted the add-alias-info-debug branch January 30, 2023 20:15
fzi-peccia pushed a commit to fzi-peccia/tvm that referenced this pull request Mar 27, 2023
This function only creates alias metadata, so there isn't anything
for it to create debug location information for. If `index` is used
in executable code, the debug location should be emitted then.
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