From b2b5b0101ea1690dc37e89548fdce3051318d668 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 22 Feb 2024 00:24:20 +0300 Subject: [PATCH] Update IR IR commit: 1164842ac28ba141c604c6fae8ec960f9aec369b --- ext/opcache/jit/ir/ir_aarch64.dasc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/jit/ir/ir_aarch64.dasc b/ext/opcache/jit/ir/ir_aarch64.dasc index def338dd338..8e3b8be824c 100644 --- a/ext/opcache/jit/ir/ir_aarch64.dasc +++ b/ext/opcache/jit/ir/ir_aarch64.dasc @@ -885,7 +885,7 @@ binop_fp: return IR_COPY_FP | IR_MAY_REUSE; } break; - case IR_TRUNC: +// case IR_TRUNC: case IR_PROTO: return insn->op | IR_MAY_REUSE; case IR_BITCAST: