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

Simplify intrinsics generation tool and regenerate intrinsics list #580

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GuillaumeGomez
Copy link
Member

Fixes #575.

@GuillaumeGomez
Copy link
Member Author

Interestingly enough, a lot of intrinsics used by rustc are not listed in tblgen, which is very weird. So I think for now we can't really simplify the script...

@antoyo
Copy link
Contributor

antoyo commented Jan 10, 2025

Should we close this PR and the corresponding issue, then?

@GuillaumeGomez
Copy link
Member Author

Likely not. I think we need to list intrinsics that should be generated manually because they're used by rust but not listed by LLVM. Maybe @bjorn3 got some new info about this situation (I suppose not but who knows?).

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.

Simplify generate_intrinsics.py
2 participants