Skip to content

Add attribute inference passes to the LLVM pipeline. #58424

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

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

Conversation

gbaraldi
Copy link
Member

Some passes can use this information (adding readonly to an argument for example)

@gbaraldi gbaraldi requested review from vchuravy and vtjnash May 15, 2025 16:27
Some passes can use this information (adding readonly to an argument for example)
Copy link
Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds a whole bunch of unsoundness, order dependence, and other problems to the LLVM build

@gbaraldi
Copy link
Member Author

gbaraldi commented May 15, 2025

I'm not sure what you mean with that. The goal here isn't to be interprocedural, just intraprocedural. We may want to disable this when building the sysimage.

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