diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-05-22 23:41:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 23:41:14 +0200 |
| commit | 412c46cc140c31f3f20c8eb968267d28777d7dee (patch) | |
| tree | 3fc8ada087972b7cb7b370e6359aacb6694d1329 /compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs | |
| parent | 5f62a35bae82dd0c5ff9dedd83fe2cfd74b67792 (diff) | |
| parent | 8ee3d29cd93325db6f973358115f40ee1c785ef0 (diff) | |
| download | rust-412c46cc140c31f3f20c8eb968267d28777d7dee.tar.gz rust-412c46cc140c31f3f20c8eb968267d28777d7dee.zip | |
Rollup merge of #125399 - scottmcm:less-hir-in-cg_ssa, r=compiler-errors
Stop using `to_hir_binop` in codegen This came up in https://github.com/rust-lang/rust/pull/125359#discussion_r1609401311 , and looking into it we can just use the `mir::BinOp`s directly instead of `hir::BinOpKind`s. (AKA rather than going `mir::BinOp` → `hir::BinOpKind` → `IntPredicate`, just go `mir::BinOp` → `IntPredicate`.)
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs')
0 files changed, 0 insertions, 0 deletions
