-
Notifications
You must be signed in to change notification settings - Fork 13.3k
EXPERIMENT [MIR-OPT] Add a pass that replicates simple branches into predecessors #111574
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
Conversation
This comment has been minimized.
This comment has been minimized.
ff8d4db
to
1fe3270
Compare
This comment has been minimized.
This comment has been minimized.
This means fewer blocks, so is hopefully a net win.
1fe3270
to
9fea3d8
Compare
Perf queue is currently empty, so out of curiosity for whether this is horrible, |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 9fea3d8 with merge 8f21ec12447a8995bb7bb565c500ee52c5f36110... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (8f21ec12447a8995bb7bb565c500ee52c5f36110): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Bootstrap: 642.634s -> 641.068s (-0.24%) |
What is the difference with the SeparateConstSwitch pass? |
This means fewer blocks, so is hopefully a net win.
Draft until #105808 can simplify the discriminant checks in here.
r? @ghost