-
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
[Perf] Windows/arm64: Regressions in IfStatements #77984
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Same regression on Ampere arm64 Ubuntu - dotnet/perf-autofiling-issues#9668 |
I'm seeing the same slowdown. Without if conversion. =~50us
With if conversion. =~60us
.... But with #77728 =~43us
I think this is because with the new patch, the if conversion happens after optimise bools. I could pull that part out of 77728 and submit it separately, or we could just wait for 77728 to get merged? |
... Yes, it is. The IR is a chain of JTRUEs.
|
Hoping this should be fixed now that #77728 is merged |
Not sure how to link the latest graphs here. But they drop quite nicely with the latest HEAD: And And And And And @kunalspathak - should ok to close this now. |
Closing since this was fixed by #77728. |
Run Information
Regressions in IfStatements.IfStatements
Test Report
Repro
Related Issues
Regressions
Improvements
Payloads
Baseline
Compare
Histogram
Edge Detector Info
Collection Data
IfStatements.IfStatements.AndAnd
Description of detection logic
Description of detection logic
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: