]> gcc.gnu.org Git - gcc.git/commit
re PR c/10308 ([x86] ICE with -O -fgcse or -O2)
authorJan Hubicka <jh@suse.cz>
Thu, 24 Apr 2003 15:53:22 +0000 (17:53 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 24 Apr 2003 15:53:22 +0000 (15:53 +0000)
commit26f74aa3f74d5efd8cd37bfe3700f16f400189c1
tree42dda3f08919effac46e44408e208494d0509e12
parent796621e8c274bfce5c7f3f1d23126267b91f102f
re PR c/10308 ([x86] ICE with -O -fgcse or -O2)

* cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
looking for fallthru edge.

* athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
Fix.
(athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
athlon-fvector): New.
(athlon_*): Revisit to match new optimization guide.
* i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
* i386.md (cvt??2?? patterns): Fix modes.
(fistp patterns): Set modes.

Accidentaly commited with my earlier reload patch:
PR c/10308
* reload.c (find_reloads_address_1): Reload plus at the place of
index register.

From-SVN: r66037
gcc/ChangeLog
gcc/cfgbuild.c
gcc/config/i386/athlon.md
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/doc/invoke.texi
This page took 0.062071 seconds and 5 git commands to generate.