simplify-rtx.c
119 KB
-
re PR rtl-optimization/21163 (internal compiler error: in output_constant_pool_2, at varasm.c:3135) · 3f2960d5
PR rtl-opt/21163 * simplify-rtx.c (simplify_binary_operation) <IOR>: Check for SCALAR_INT_MODE_P instead of not MODE_CC before returning constm1_rtx. <AND, LSHIFTRT, UMIN>: Use CONST0_RTX. <UDIV, UMOD>: Use CONST0_RTX and CONST1_RTX. <DIV, MOD>: Likewise. From-SVN: r98678
Richard Henderson committed