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 padded aliases inside loops #558

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Handle padded aliases inside loops #558

merged 2 commits into from
Jan 21, 2025

Conversation

dsharlet
Copy link
Owner

Previously, if we tried to alias a buffer with padding that was allocated outside of a loop, but used inside a loop, we would try to use the cropped loop buffer to expand the bounds of the allocation.

This adds a test that was failing, and the fix for that test.

@dsharlet dsharlet requested a review from vksnk January 20, 2025 07:39
@dsharlet dsharlet merged commit 4c6388f into main Jan 21, 2025
1 check passed
@dsharlet dsharlet deleted the ds/alias-padded branch January 21, 2025 19:17
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