From a33cfe5859379f84e282356b7baa19449e135be4 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Wed, 16 Sep 2020 14:01:49 +0200 Subject: [PATCH] Changes for 9864 --- Changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changes b/Changes index 6e88be140..bfb7fe40c 100644 --- a/Changes +++ b/Changes @@ -144,6 +144,11 @@ Working version possible, improving instruction selection. (Stephen Dolan, review by Leo White and Xavier Leroy) +- #9864: Revised recognition of immediate arguments to integer operations. + Fixes several issues that could have led to producing assembly code + that is rejected by the assembler. + (Xavier Leroy, review by Stephen Dolan) + ### Standard library: - #9865: add Format.pp_print_seq