gcc backend: remove duplicate handling for max/minimumf128#153447
gcc backend: remove duplicate handling for max/minimumf128#153447RalfJung wants to merge 1 commit intorust-lang:mainfrom
Conversation
|
Some changes occurred in compiler/rustc_codegen_gcc |
|
Please run the core tests locally to check this change since the CI doesn't run the core tests in here. |
|
I don't have a setup to run GCC tests. I was hoping CI would take care of that... |
|
Unfortunately, the CI here do not run the core tests (it compiles core with LLVM). |
|
Ah, that's good; I will re-send the PR there. |
|
This code already doesn't exist any more in that repo, it got removed in rust-lang/rustc_codegen_gcc@5b2cfe3 -- seems like there just hasn't been a sync since then. |
Oh. |
|
That's a sync in the other direction, but I guess that has to happen first or so. |
minimumf128andmaximumf128are for some reason handled both inget_simple_intrinsicandget_simple_function. Either way they are actually called like functions though, not GCC intrinsics, so let's keep the one one inget_simple_function.r? @antoyo