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

Implement Backend for Loads #44

Merged

Conversation

PhilippvK
Copy link
Collaborator

No description provided.

mathis-s and others added 2 commits October 8, 2024 12:49
PatternGen: fixes after cherry-picking load backend updates

PatternGen: fix MMO->getSizeInBits() after llvm 19 merge
@PhilippvK PhilippvK self-assigned this Oct 8, 2024
@PhilippvK PhilippvK mentioned this pull request Oct 8, 2024
@mathis-s
Copy link
Owner

mathis-s commented Oct 9, 2024

Just want to mention that the final patterns generated for loads don't work because of the INTTOPTR issue (no way to match INTTOPTR from TableGen patterns). It's probably still a good idea to merge this to avoid any duplicate work in the future.

@PhilippvK
Copy link
Collaborator Author

@mathis-s

Just want to mention that the final patterns generated for loads don't work because of the INTTOPTR issue (no way to match INTTOPTR from TableGen patterns). It's probably still a good idea to merge this to avoid any duplicate work in the future.

yes I am aware of it.

@PhilippvK PhilippvK marked this pull request as ready for review October 9, 2024 09:31
@PhilippvK PhilippvK merged commit 9c3f941 into mathis-s:llvm-19.1.0 Oct 9, 2024
7 checks passed
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