simplify-rtx.c
172 KB
-
re PR target/54703 (_mm_sub_pd is incorrectly substituted with vandnps) · 6b74529d
PR target/54703 * simplify-rtx.c (simplify_binary_operation_1): Perform (x - (x & y)) -> (x & ~y) optimization only for integral modes. * gcc.target/i386/pr54703.c: New test. From-SVN: r191801
Jakub Jelinek committed