As per #122368 (comment), some paths in morph restrict optimizations to only running as part of global morph and does so to avoid having to deal with VN updates. We should investigate whether these checks can be removed and whether we can keep VN up to date even if morph is called later, or whether we can stop calling morph entirely after VN.
As per #122368 (comment), some paths in morph restrict optimizations to only running as part of
global morphand does so to avoid having to deal with VN updates. We should investigate whether these checks can be removed and whether we can keep VN up to date even if morph is called later, or whether we can stop calling morph entirely after VN.