Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use local assertion prop to omit casts on returns (#55632)
When inserting normalizing casts for returns in pre-order morph, "fgMorphCast" was used, which did not account for the fact that local assertion propagation could tell us that the cast is in fact unnecessary. Fix this by calling "fgMorphTree" instead. Also some miscellaneous code cleanup.
- Loading branch information