simplify-rtx.c
191 KB
-
simplify-rtx: The truncation of an IOR can have all bits set (PR81423) · 3d50b604
... if it is an IOR with a constant with all bits set in the mode that is truncated to, for example. Handle that case. PR rtl-optimization/81423 * simplify-rtx.c (simplify_truncation): Handle truncating an IOR with a constant that is -1 in the truncated to mode. From-SVN: r250363
Segher Boessenkool committed