Files
rust/compiler/rustc_codegen_ssa/src
León Orell Valerian Liehr 412c46cc14 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`.)
2024-05-22 23:41:14 +02:00
..
2024-05-17 18:33:37 -03:00
2024-05-22 01:34:26 -07:00
2024-05-22 01:34:26 -07:00
2024-05-17 18:33:37 -03:00
2024-05-21 20:12:30 -04:00