Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Skip tailcall IR validation for struct calls (#96719)
When structs are involved the correct return patterns can be very complex if they involve decomposed field stores produced by physical promotion. Skip the validation for these cases.
- Loading branch information