This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/34114] Missed optimization: cannot determine loop termination


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34114

--- Comment #7 from amker at gcc dot gnu.org ---
Author: amker
Date: Tue Aug  2 10:09:33 2016
New Revision: 238982

URL: https://gcc.gnu.org/viewcvs?rev=238982&root=gcc&view=rev
Log:
        PR tree-optimization/34114
        * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
        PLUS_EXPR case.  Handle SSA_NAME case.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]