Uh oh!
There was an error while loading. Please reload this page.
Default to disabling the new pass manager for the s390x arch targets. - #89666
Conversation
rust-highfive
commented
Oct 8, 2021
r? @jackh726 (rust-highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
84cfa17 to
91801b1Compare91801b1 to
4593d78Comparenagisa
commented
Oct 8, 2021
@bors r+ Thanks! |
bors
commented
Oct 8, 2021
📌 Commit 4593d78 has been approved by |
nagisa
commented
Oct 8, 2021
Should the priority of this be bumped since it fixes CI timeouts and in general may speed up CI? E.g., to |
…anager_on_s390x_take_two, r=nagisa Default to disabling the new pass manager for the s390x arch targets. This hack disables the new LLVM pass manager by default for s390x arch targets until the performance issues are fixed (see rust-lang#89609). The command line option `-Z new-llvm-pass-manager=(yes|no)` continues to take precedence over this default.
camelid
commented
Oct 8, 2021
@bors p=1 |
bors
commented
Oct 8, 2021
camelid
commented
Oct 8, 2021
bors
commented
Oct 8, 2021
☀️ Test successful - checks-actions |
cuviper
commented
Oct 8, 2021
🎉 |
rust-timer
commented
Oct 9, 2021
Finished benchmarking commit (54bb4fe): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This hack disables the new LLVM pass manager by default for s390x arch targets until the performance issues are fixed (see #89609). The command line option
-Z new-llvm-pass-manager=(yes|no)continues to take precedence over this default.