ifcvt.c
152 KB
-
re PR rtl-optimization/68376 (wrong code at -O1 and above on x86_64-linux-gnu) · dfc3d7a8
PR rtl-optimization/68376 * ifcvt.c (noce_try_abs): Disable one_cmpl optimization if encountering x <= 0 ? ~x : x or x > 0 ? ~x : x. * gcc.c-torture/execute/pr68376-1.c: New test. * gcc.c-torture/execute/pr68376-2.c: New test. From-SVN: r230596
Jakub Jelinek committed