[Bug tree-optimization/66797] [6 Regression] FAIL: gcc.dg/tree-ssa/pr65447.c scan-tree-dump-not ivopts "\\nuse 5\\n"

amker at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 15 11:59:00 GMT 2016


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

--- Comment #1 from amker at gcc dot gnu.org ---
Seems HPPA only supports small int in addressing mode "REG+OFFSET" of floating
mode load/store.  In effect, we can only group every two address iv uses,
resulting in 20 iv uses.  Even with this restriction, code generated with
iv_use groups is better than before.
I am going to refine the test by further relaxing nuse.


More information about the Gcc-bugs mailing list