mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 06:46:23 +00:00
Promote unchecked integer math to MIR `BinOp`s So slice indexing by a range gets down to one basic block, for example. r? cjgillot
For more information about how rustc works, see the rustc dev guide.