Skip to content

llvm-reduce: Fix asserting on TargetExtTypes that do not support zeroinit #132733

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

Conversation

arsenm
Copy link
Contributor

@arsenm arsenm commented Mar 24, 2025

So far I've been unsuccessful in finding an example where the used constant
value is directly observed in the output. This avoids an assert in an intermediate
step of value replacement.

Copy link
Contributor Author

arsenm commented Mar 24, 2025

@arsenm arsenm force-pushed the users/arsenm/llvm-reduce/fix-assert-target-ext-type-getDefaultValue branch from caedfd8 to 7a64f7f Compare March 24, 2025 14:14
@arsenm arsenm force-pushed the users/arsenm/llvm-reduce/fix-assert-target-ext-type-getDefaultValue branch from 7a64f7f to 42c74dd Compare March 25, 2025 02:23
@arsenm arsenm marked this pull request as ready for review March 25, 2025 02:31
Copy link
Contributor Author

arsenm commented Mar 25, 2025

Merge activity

  • Mar 25, 12:33 AM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Mar 25, 12:38 AM EDT: Graphite rebased this pull request as part of a merge.
  • Mar 25, 12:40 AM EDT: A user merged this pull request with Graphite.

@arsenm arsenm force-pushed the users/arsenm/llvm-reduce/fix-assert-operands-to-zero-target-ext-type branch from 2eab5bb to 633b42c Compare March 25, 2025 04:35
Base automatically changed from users/arsenm/llvm-reduce/fix-assert-operands-to-zero-target-ext-type to main March 25, 2025 04:38
…init

So far I've been unsuccessful in finding an example where the used constant
value is directly observed in the output. This avoids an assert in an intermediate
step of value replacement.
@arsenm arsenm force-pushed the users/arsenm/llvm-reduce/fix-assert-target-ext-type-getDefaultValue branch from 42c74dd to e6e0295 Compare March 25, 2025 04:38
@arsenm arsenm merged commit 37b5f77 into main Mar 25, 2025
6 of 11 checks passed
@arsenm arsenm deleted the users/arsenm/llvm-reduce/fix-assert-target-ext-type-getDefaultValue branch March 25, 2025 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants