Enable global constant propagation for GT_LCL_FLD (#61209)
authorSingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
Mon, 8 Nov 2021 11:30:55 +0000 (14:30 +0300)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 11:30:55 +0000 (14:30 +0300)
commit9e5bb6526f968ceb2223fe81e2ad84fcc290c778
treea94e0697d20b71e83dd5e68c3996d01c8b9ba221
parentb9a2c48aa84b0b05f9a02ff42f2e249033261292
Enable global constant propagation for GT_LCL_FLD (#61209)

These are leaf nodes without side effects, and we can
sometimes evaluate them in VN, so it does not seem like
there is any reason not to enable propagation for them.
src/coreclr/jit/assertionprop.cpp