From e4ecb9228b6efa6dba32179361c1186bcaddee1d Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 6 Nov 2012 19:53:21 +0100 Subject: [PATCH] * config/i386/sse.md (_maskstore): Mark operand 0 as read and written by the instruction. From-SVN: r193256 --- gcc/ChangeLog | 6 ++++++ gcc/config/i386/sse.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f504293..26a38c5 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 33d7b6b..94f1bea 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") -- 2.7.4