We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a399da commit 1484abdCopy full SHA for 1484abd
backend/amd64/emit.mlp
@@ -1485,9 +1485,9 @@ let emit_instr fallthrough i =
1485
instr_for_intop op (arg i 1) (res i 0)
1486
| Lop(Iintop_imm(Iadd, n)) when i.arg.(0).loc <> i.res.(0).loc ->
1487
I.lea (mem64 NONE n (arg64 i 0)) (res i 0)
1488
- | Lop(Iintop_imm(Iadd, 1) | Iintop_imm(Isub, -1)) when not !fastcode_flag ->
+ | Lop(Iintop_imm(Iadd, 1) | Iintop_imm(Isub, -1)) ->
1489
I.inc (res i 0)
1490
- | Lop(Iintop_imm(Iadd, -1) | Iintop_imm(Isub, 1)) when not !fastcode_flag ->
+ | Lop(Iintop_imm(Iadd, -1) | Iintop_imm(Isub, 1)) ->
1491
I.dec (res i 0)
1492
| Lop(Iintop_imm(op, n)) ->
1493
(* We have i.arg.(0) = i.res.(0) *)
0 commit comments