Commit 203ae08b by Kirill Yukhin Committed by Kirill Yukhin

re PR target/69118 (Wrong condition in avx512f_maskcmp<mode>3)

PR target/69118

gcc/
	* config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
	Fix target.

From-SVN: r233103
parent 96299640
2016-02-03 Kirill Yukhin <kirill.yukhin@intel.com>
PR target/69118
* config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
Fix target.
2016-02-02 Jakub Jelinek <jakub@redhat.com>
* wide-int.cc (canonize_uhwi): New function.
......
......@@ -2788,7 +2788,7 @@
(match_operator:<avx512fmaskmode> 3 "sse_comparison_operator"
[(match_operand:VF 1 "register_operand" "v")
(match_operand:VF 2 "nonimmediate_operand" "vm")]))]
"TARGET_SSE"
"TARGET_AVX512F"
"vcmp%D3<ssemodesuffix>\t{%2, %1, %0|%0, %1, %2}"
[(set_attr "type" "ssecmp")
(set_attr "length_immediate" "1")
......
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