From: Uros Bizjak Date: Tue, 6 Nov 2012 18:53:21 +0000 (+0100) Subject: * config/i386/sse.md X-Git-Tag: releases/gcc-4.8.0~2200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4ecb9228b6efa6dba32179361c1186bcaddee1d;p=thirdparty%2Fgcc.git * config/i386/sse.md (_maskstore): Mark operand 0 as read and written by the instruction. From-SVN: r193256 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f504293dd328..26a38c51fc99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2012-11-06 Uros Bizjak + + * config/i386/sse.md + (_maskstore): Mark operand 0 + as read and written by the instruction. + 2012-11-06 Alexandre Oliva PR debug/54693 diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 33d7b6bc0a9e..94f1beada9ef 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -11067,7 +11067,7 @@ (set_attr "mode" "")]) (define_insn "_maskstore" - [(set (match_operand:V48_AVX2 0 "memory_operand" "=m") + [(set (match_operand:V48_AVX2 0 "memory_operand" "+m") (unspec:V48_AVX2 [(match_operand: 1 "register_operand" "x") (match_operand:V48_AVX2 2 "register_operand" "x")