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

[Hexagon] Fix deprecated call for data layout size in bits #14438

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

janetsc
Copy link
Collaborator

@janetsc janetsc commented Mar 30, 2023

Ported from Unity PR - #14378

Updating the codegen for Hexagon call from llvm::DataLayout::getTypeSizeInBits.getFixedSize() to llvm::DataLayout::getTypeSizeInBits.getFixedValue(). This fails in the unity branch because the deprecated warning is an error.

cc: @masahi

@tvm-bot
Copy link
Collaborator

tvm-bot commented Mar 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.

Generated by tvm-bot

@janetsc janetsc requested a review from masahi March 30, 2023 16:51
@masahi masahi marked this pull request as ready for review March 30, 2023 19:24
@masahi masahi merged commit 7831a79 into apache:main Mar 30, 2023
@janetsc janetsc deleted the hexagon_build branch March 30, 2023 20:47
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