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

Small tweak to vector handling in GC lowering #28485

Merged
merged 1 commit into from
Aug 6, 2018
Merged

Conversation

Keno
Copy link
Member

@Keno Keno commented Aug 6, 2018

GEPs can make vectors out of regular pointers if the offset is a
vector. Fixes an assertion noticed in #28474.

GEPs can make vectors out of regular pointers if the offset is a
vector. Fixes an assertion noticed in #28474.
@ararslan ararslan added the GC Garbage collector label Aug 6, 2018
@ararslan ararslan mentioned this pull request Aug 6, 2018
7 tasks
@ararslan ararslan added the bugfix This change fixes an existing bug label Aug 6, 2018
@Keno Keno merged commit a37e090 into master Aug 6, 2018
@StefanKarpinski StefanKarpinski deleted the kf/veclowertweak branch August 6, 2018 23:50
ararslan pushed a commit that referenced this pull request Aug 7, 2018
GEPs can make vectors out of regular pointers if the offset is a
vector. Fixes an assertion noticed in #28474.

(cherry picked from commit a37e090)
Keno added a commit that referenced this pull request Aug 7, 2018
GEPs can make vectors out of regular pointers if the offset is a
vector. Fixes an assertion noticed in #28474.

(cherry picked from commit a37e090)
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
GEPs can make vectors out of regular pointers if the offset is a
vector. Fixes an assertion noticed in #28474.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug GC Garbage collector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants