Erase regions even when failing to normalize type in MIR opts#108787
Erase regions even when failing to normalize type in MIR opts#108787bors merged 3 commits intorust-lang:masterfrom
Conversation
|
(rustbot has picked a reviewer for you, use r? to override) |
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
|
makes sense. i wonder if we should just make a variant of r=me with ci green |
|
I'm not sure which combination happens most often. @bors r=compiler-errors rollup |
|
⌛ Testing commit 708536b with merge df129e2850354767ded55c25fc8ee78c37dc3054... |
|
💔 Test failed - checks-actions |
|
@bors retry could not create temporary file whilst writing archive: no more archived files |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (ac4379f): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
The first commit just moves the tests around.
Fixes #108720
cc @saethlin