Reuse codegen_ssa monomorphization errors in codegen_gcc#113877
Reuse codegen_ssa monomorphization errors in codegen_gcc#113877bors merged 2 commits intorust-lang:masterfrom
codegen_ssa monomorphization errors in codegen_gcc#113877Conversation
Reduces error duplication and makes it more consistent across backends
Here I am assuming we want to treat these parameters (input, first, second, third, return) as translatable
|
r? @cjgillot (rustbot has picked a reviewer for you, use r? to override) |
|
Some changes occurred in compiler/rustc_codegen_gcc cc @antoyo |
|
@rustbot label +A-translation |
|
@bors r+ |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (f475098): comparison URL. Overall result: ❌ regressions - 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.
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 sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 650.993s -> 651.432s (0.07%) |
…rphization-errors-in-gcc, r=davidtwco Reuse `codegen_ssa` monomorphization errors in `codegen_gcc` Removes monomorphization errors duplication by reusing the ones defined in `codegen_ssa`. Also updates `expected_simd` errors usage in `codegen_gcc` by assuming we want to treat those parameters as translatable. See rust-lang@7a888fb
Removes monomorphization errors duplication by reusing the ones defined in
codegen_ssa.Also updates
expected_simderrors usage incodegen_gccby assuming we want to treat those parameters as translatable. See 7a888fb