This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25268] ICE on lshrdi3_31 pattern
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2005 16:52:15 -0000
- Subject: [Bug target/25268] ICE on lshrdi3_31 pattern
- References: <bug-25268-87@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from jakub at gcc dot gnu dot org 2005-12-07 16:52 -------
Created an attachment (id=10437)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10437&action=view)
gcc41-pr25268.patch
Ok (not sure if it really is a good idea to make the *_operand names that
long), just I'm afraid ashrdi3_cc_64_and, ashrdi3_cc_31_and and ashrsi3_cc_and
will never match in your patch, because you haven't replaced (match_dup 2)
with (and:SI (match_dup 2) (match_dup 3)).
Attaching updated version of your patch with this and testcase incorporated.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25268