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
This commit is contained in:
Kirill Yukhin 2016-02-03 13:44:50 +00:00 committed by Kirill Yukhin
parent 96299640d4
commit 203ae08bb3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -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")