-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Don't always run add_call_guards
pass
#71106
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
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors rollup=never to capture perf impact when landing |
This means that the MIR dump for r? @RalfJung Alternatively, you can add a variant/flag to |
Yeah this is fine, as long as AddRetag can rely on there not being any critical edges. :) @bors r=ecstatic-morse,RalfJung |
📌 Commit 8c50006 has been approved by |
@bors p=1 |
☀️ Test successful - checks-azure |
It is only needed when
add_retag
runs.(the pass is run again to split critical edges before codegen, that one is required)