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/68644] [6/7 Regression] FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI <p_" 1


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

--- Comment #17 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
The current code generation is quite tight using the existing cost modeling:

.L2:
        stwu 10,4(3)
        bdnz .L2

Thus we will plan to skip this test for POWER.

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