simplify-rtx.c
182 KB
-
[simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y ? -x : x) · 7040e903
* simplify-rtx.c (simplify_unary_operation_1, NEG case): (neg (x ? (neg y) : y)) -> !x ? (neg y) : y. * gcc.target/aarch64/neg_abs_1.c: New test. From-SVN: r225997
Kyrylo Tkachov committed