This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/20291] New: combine throws away clobbers before tying to split
- From: "amylaar at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2005 21:43:49 -0000
- Subject: [Bug rtl-optimization/20291] New: combine throws away clobbers before tying to split
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When recog_for_combine fails to recognize a pattern as-is, it re-tries
with the clobbers stripped away. When it eventually fails, and the
caller try_combine tries to split the pattern, the clobbers are
gone, thus causing combine failures for bridge splitters that need
these clobbers.
patch is here:
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00177.html
--
Summary: combine throws away clobbers before tying to split
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
Priority: P2
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: amylaar at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 17652
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20291