Commit e4ecb922 by Uros Bizjak Committed by Uros Bizjak

* config/i386/sse.md

	(<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>): Mark operand 0
	as read and written by the instruction.

From-SVN: r193256
parent 8273ed80
2012-11-06 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md
(<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>): Mark operand 0
as read and written by the instruction.
2012-11-06 Alexandre Oliva <aoliva@redhat.com> 2012-11-06 Alexandre Oliva <aoliva@redhat.com>
PR debug/54693 PR debug/54693
...@@ -11067,7 +11067,7 @@ ...@@ -11067,7 +11067,7 @@
(set_attr "mode" "<sseinsnmode>")]) (set_attr "mode" "<sseinsnmode>")])
(define_insn "<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>" (define_insn "<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>"
[(set (match_operand:V48_AVX2 0 "memory_operand" "=m") [(set (match_operand:V48_AVX2 0 "memory_operand" "+m")
(unspec:V48_AVX2 (unspec:V48_AVX2
[(match_operand:<sseintvecmode> 1 "register_operand" "x") [(match_operand:<sseintvecmode> 1 "register_operand" "x")
(match_operand:V48_AVX2 2 "register_operand" "x") (match_operand:V48_AVX2 2 "register_operand" "x")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment