On Thu, 22 Dec 2022, Jakub Jelinek wrote:
> Hi!
>
> The following testcase ICEs on aarch64, because insert_const_anchor
> inserts invalid CONST_INT into the CSE tables - 0x8000 for SImode.
> The second hunk of the patch fixes that, the first one is to avoid
> triggering undefined behavior at
Hi!
The following testcase ICEs on aarch64, because insert_const_anchor
inserts invalid CONST_INT into the CSE tables - 0x8000 for SImode.
The second hunk of the patch fixes that, the first one is to avoid
triggering undefined behavior at compile time during compute_const_anchors
computations