Remove call to morph on hoisted trees (#86450)
authorBruce Forstall <brucefo@microsoft.com>
Thu, 18 May 2023 19:05:56 +0000 (12:05 -0700)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 19:05:56 +0000 (12:05 -0700)
commit7a532a73db9bc90a58544eba3bce6ed363535450
tree68602214255388dcc24a6747bc5abee9fbf582c3
parent066077627d669966af19ddf93b6054baf6b14062
Remove call to morph on hoisted trees (#86450)

It is unnecessary (this causes no diffs). And theoretically if it
did cause diffs, the morphed tree would then not match the tree
being hoisted, meaning CSE wouldn't "find" it and consider it a CSE.
src/coreclr/jit/optimizer.cpp