| Submitter | Jakub Jelinek |
|---|---|
| Date | Oct. 13, 2011, 4:21 p.m. |
| Message ID | <20111013162125.GQ2210@tyan-ft48-01.lab.bos.redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/119566/ |
| State | New |
| Headers | show |
Comments
On 10/13/2011 09:21 AM, Jakub Jelinek wrote:
> * config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode to V.
Ok.
r~
Patch
--- gcc/config/i386/sse.md.jj 2011-10-13 12:26:13.000000000 +0200 +++ gcc/config/i386/sse.md 2011-10-13 14:50:15.000000000 +0200 @@ -3786,7 +3786,7 @@ (define_split }) (define_expand "vec_set<mode>" - [(match_operand:V_128 0 "register_operand" "") + [(match_operand:V 0 "register_operand" "") (match_operand:<ssescalarmode> 1 "register_operand" "") (match_operand 2 "const_int_operand" "")] "TARGET_SSE"