[CP] Disable graph intrinsics for implicit getters with unboxed record return values #52467
Labels
cherry-pick-approved
Label for approved cherrypick request
cherry-pick-merged
Cherry-pick has been merged to the stable or beta branch.
cherry-pick-review
Issue that need cherry pick triage to approve
merge-to-stable
Commit(s) to merge
86c1825
Target
stable
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/304760
Issue Description
AOT compiler crashed when generating an intrinsic for implicit getter returning an unboxed record. The implicit getter is needed only if it is polymorphic and not inlined.
What is the fix
Generation of intrinsics for implicit getters are disabled when the return value is an unboxed record.
Why cherry-pick
There are no easy workarounds for users.
Risk
low
Issue link(s)
#52449
Extra Info
No response
The text was updated successfully, but these errors were encountered: