Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #112238 - scottmcm:mir-add-unchecked, r=cjgillot
Promote unchecked integer math to MIR `BinOp`s
So slice indexing by a range gets down to one basic block, for example.
r? cjgillot