-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable global constant propagation for GT_LCL_FLD
#61209
Enable global constant propagation for GT_LCL_FLD
#61209
Conversation
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.
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsThese 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. Just a handful of diffs:
|
Failures not related:
@dotnet/jit-contrib |
/azp run Fuzzlyn |
Azure Pipelines successfully started running 1 pipeline(s). |
All the Fuzzlyn errors look to be known failures, except one I haven't seen before that looks related to #61045. Reported it to @EgorBo. |
Thanks for a nice improvement as usual 🙂 |
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.
Just a handful of diffs:
win-x64
,win-x86
,win-arm64
,linux-arm
.