https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68648
--- Comment #5 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Fri Jan 8 10:36:37 2016 New Revision: 232157 URL: https://gcc.gnu.org/viewcvs?rev=232157&root=gcc&view=rev Log: [ARM] PR target/68648: Fold NOT of CONST_INT in andsi_iorsi3_notsi splitter PR target/68648 * config/arm/arm.md (*andsi_iorsi3_notsi): Try to simplify the complement of operands[3] during splitting. * gcc.c-torture/execute/pr68648.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr68648.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/arm/arm.md branches/gcc-5-branch/gcc/testsuite/ChangeLog