Skip to content

[XLA] Fix dangling pointer in CallInliner#115473

Merged
copybara-service[bot] merged 1 commit intomasterfrom
exported_pr_896507582
Apr 9, 2026
Merged

[XLA] Fix dangling pointer in CallInliner#115473
copybara-service[bot] merged 1 commit intomasterfrom
exported_pr_896507582

Conversation

@copybara-service
Copy link
Copy Markdown

[XLA] Fix dangling pointer in CallInliner

Deferred deletion of unused operands during inlining to avoid iterator invalidation when iterating over scheduled sequences or sequences modified by mutations. Unused operands are now cleaned up by the HloDCE pass at the end of CallInliner.

@copybara-service copybara-service bot force-pushed the exported_pr_896507582 branch 2 times, most recently from 738ed64 to 4ef0a3c Compare April 9, 2026 20:30
Deferred deletion of unused operands during inlining to avoid iterator invalidation when iterating over scheduled sequences or sequences modified by mutations. Unused operands are now cleaned up by the HloDCE pass at the end of CallInliner.

PiperOrigin-RevId: 897283527
@copybara-service copybara-service bot force-pushed the exported_pr_896507582 branch from 4ef0a3c to ec36d13 Compare April 9, 2026 20:59
@copybara-service copybara-service bot closed this Apr 9, 2026
@copybara-service copybara-service bot deleted the exported_pr_896507582 branch April 9, 2026 20:59
@copybara-service copybara-service bot merged commit ec36d13 into master Apr 9, 2026
10 checks passed
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