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

Fix control dep crash in DoubleBufferLoopUnrolling. #23220

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

Fix control dep crash in DoubleBufferLoopUnrolling.

Some code handling control dependencies initialized a vector with N null pointers, then added N non-null pointers, when it intended to just add N non-null pointers.

@copybara-service copybara-service bot force-pushed the test_731957641 branch 3 times, most recently from a2a8d44 to 6cdbaa2 Compare February 28, 2025 21:45
Some code handling control dependencies initialized a vector with N null pointers, then added N non-null pointers, when it intended to just add N non-null pointers.

PiperOrigin-RevId: 731957641
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.

1 participant