AVX-512. Fix emit in '*<mshift><mode>3' pattern.

gcc/
	 * config/i386/i386.md (define_insn "*<mshift><mode>3"): Fix
	 insn emit.

From-SVN: r228050
This commit is contained in:
Kirill Yukhin 2015-09-23 13:28:12 +00:00 committed by Kirill Yukhin
parent c1822f9c9b
commit 9e07d08d78
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-09-23 Kirill Yukhin <kirill.yukhin@intel.com>
* config/i386/i386.md (define_insn "*<mshift><mode>3"): Fix
insn emit.
2015-09-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR c/49655

View File

@ -9366,7 +9366,7 @@
(any_lshift:SWI1248_AVX512BWDQ (match_operand:SWI1248_AVX512BWDQ 1 "register_operand" "k")
(match_operand:QI 2 "immediate_operand" "i")))]
"TARGET_AVX512F"
"k<mshift><mskmodesuffix> %2, %1, %0|%0, %1, %2"
"k<mshift><mskmodesuffix>\t{%2, %1, %0|%0, %1, %2}"
[(set_attr "type" "msklog")
(set_attr "prefix" "vex")])