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

handle masked_gather in late-gc-lowering #34583

Merged
merged 2 commits into from
Feb 6, 2020
Merged

handle masked_gather in late-gc-lowering #34583

merged 2 commits into from
Feb 6, 2020

Conversation

vchuravy
Copy link
Sponsor Member

@vchuravy vchuravy commented Jan 29, 2020

fixes #34569

@vchuravy vchuravy added GC Garbage collector needs tests Unit tests are required for this change labels Jan 29, 2020
@vchuravy vchuravy requested review from vtjnash and Keno January 29, 2020 22:16
@vchuravy vchuravy added this to the 1.4 milestone Jan 29, 2020
@KristofferC KristofferC mentioned this pull request Jan 31, 2020
26 tasks
@KristofferC
Copy link
Sponsor Member

Bump, can this be merged?

vchuravy and others added 2 commits February 5, 2020 13:02
Vectorized loads can come in 3 variants:
- scalar
- masked
- gather

All work about the same--if we run into a Loaded pointer, we need to
follow back the base pointer and track it. And otherwise they're just
normal def/use statements. But we also need to fix up after an LLVM
mistake and put a valid value in the pass-through slot.

Co-authored-by: Jameson Nash <vtjnash@gmail.com>
Even non LoadInst / StoreInst (esp. vectorized loads and stores) can have this information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC Garbage collector needs tests Unit tests are required for this change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sum(::Diagonal, dims=1) crashes Julia
3 participants