rust/compiler/rustc_codegen_ssa
Scott McMurray 05a665f21a Lower intrinsics::offset to mir::BinOp::Offset
They're semantically the same, so this means the backends don't need to handle the intrinsic and means fewer MIR basic blocks in pointer arithmetic code.
2023-04-25 19:23:45 -07:00
..
2023-04-17 16:09:18 -04:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.