simplify-rtx.c (simplify_unary_operation): When simplifying (neg (lt X 0)) into…
simplify-rtx.c (simplify_unary_operation): When simplifying (neg (lt X 0)) into (ashiftrt X C) or (lshiftrt X C)... * simplify-rtx.c (simplify_unary_operation): When simplifying (neg (lt X 0)) into (ashiftrt X C) or (lshiftrt X C), make sure that we perform the right shift in the appropriate mode, and then extend or truncate the result to requested mode. From-SVN: r111671
Showing
Please
register
or
sign in
to comment