-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
JIT: Propagate profile flags to loop preheaders in Compiler::optCloneLoops
#102897
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
The layout mentioned here is unchanged, but the IBC data is now present:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ambientWeight
computation seems wrong-headed when PGO is involved. We should not need to do any depth scaling.
Can you open an issue so we remember to rework this?
It will also be flagged by profile consistency checking, once we get it running on later phases.
Sure thing: #103001. |
SPMI failure is unrelated. |
Potentially related regression: FYI: @amanasifkhalid |
Fixes missing profile data issue mentioned in #102763 (comment).
@AndyAyersMS PTAL, thank you!