]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #99769 - bjorn3:sync_cg_clif-2022-07-26, r=bjorn3
authorYuki Okushi <jtitor@2k36.org>
Wed, 27 Jul 2022 10:05:34 +0000 (19:05 +0900)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 10:05:34 +0000 (19:05 +0900)
commitfaa6f6b159c2148bf09e740cb4868bf5dc0c1fb1
tree6b9aed8caa4c35abf5f1adfc478bdef2e0376d14
parent28b44ff5d44144bfb965941f65d653ece636ee6c
parent30a5eb063eca51f7dac9fce79d66a95bc8cbacad
Rollup merge of #99769 - bjorn3:sync_cg_clif-2022-07-26, r=bjorn3

Sync rustc_codegen_cranelift

I did a large refactoring of the intrinsics module to remove the intrinsic_match macro which is not very clear to other people. This also enables rustfmt to run on this code. While I already did a sync yesterday, I am going to do another sync again to avoid potential conflicts as those will likely be painful to resolve.

r? ``@ghost``

``@rustbot`` label +A-codegen +A-cranelift +T-compiler