From: Kazu Hirata Date: Tue, 11 Feb 2003 19:36:49 +0000 (+0000) Subject: * config/h8300/h8300.md (a peephole2): Add a case of 255. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9672132ffd55072c56aec4bffcce572bb4557c05;p=gcc.git * config/h8300/h8300.md (a peephole2): Add a case of 255. From-SVN: r62709 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b162e12186f..eb6a437737c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-11 Kazu Hirata + + * config/h8300/h8300.md (a peephole2): Add a case of 255. + 2003-02-11 Roger Sayle * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 39e8bcea13e..a469704455c 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -3500,6 +3500,7 @@ || INTVAL (operands[1]) == 31 || INTVAL (operands[1]) == 63 || INTVAL (operands[1]) == 127 + || INTVAL (operands[1]) == 255 || INTVAL (operands[1]) == 65535)" [(set (match_dup 0) (and:SI (match_dup 0)