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

Generate 'inbounds' GEPs where possible #392

Closed
dnadlinger opened this issue Jun 10, 2013 · 2 comments
Closed

Generate 'inbounds' GEPs where possible #392

dnadlinger opened this issue Jun 10, 2013 · 2 comments

Comments

@dnadlinger
Copy link
Member

We should add the inbounds attribute to compiler-generated getelementptr instructions where possible.

@dnadlinger
Copy link
Member Author

Basically, it should be legal to add inbounds for any GEP actually coming from indexing a struct or an array/pointer subscript (p[i]).

redstar pushed a commit that referenced this issue Sep 27, 2014
@kinke
Copy link
Member

kinke commented Sep 11, 2019

Resolved by #1232 and #3148.

@kinke kinke closed this as completed Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants