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] Update InstrInfo to include LD/ST offsets of vector instructions #82386

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

sgundapa
Copy link

The hook HexagonInstrInfo::isValidOffset() is updated to evaluate offsets of missed LD/ST vector instructions.

@sgundapa sgundapa marked this pull request as ready for review February 20, 2024 17:03
…instructions.

The hook HexagonInstrInfo::isValidOffset() is updated to evaluate offsets
of missed LD/ST vector instructions.
@steven-johnson
Copy link

This appears to have fixed the issues in Halide, thanks!

@sgundapa
Copy link
Author

This appears to have fixed the issues in Halide, thanks!

Yes. I will merge this and re-push the PostIncOpt pass.
Thanks for flagging the issue.

@androm3da
Copy link
Member

This appears to have fixed the issues in Halide, thanks!

Yes. I will merge this and re-push the PostIncOpt pass. Thanks for flagging the issue.

@sgundapa can we run the halide test(s) that were raised by @steven-johnson while the PostIncOpt pass is under review to make sure when that re-apply lands that it will work?

@sgundapa
Copy link
Author

@androm3da , I have ran some of the local tests I have and they seem to pass

@sgundapa sgundapa merged commit 1219214 into llvm:main Feb 20, 2024
4 checks passed
@sgundapa sgundapa deleted the fix_postinc branch February 20, 2024 21:30
@krasimirgg krasimirgg removed their request for review February 21, 2024 10:46
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.

None yet

3 participants