AVX-512: Fixed the "commutative" property flag in VPANDN instruction

By Asaf Badouh (asaf.badouh@intel.com)

llvm-svn: 233489
This commit is contained in:
Elena Demikhovsky 2015-03-29 09:14:29 +00:00
parent 7db49fda99
commit 72e3ccc375
1 changed files with 1 additions and 1 deletions

View File

@ -3208,7 +3208,7 @@ defm VPOR : avx512_binop_rm_vl_dq<0xEB, 0xEB, "vpor", or,
defm VPXOR : avx512_binop_rm_vl_dq<0xEF, 0xEF, "vpxor", xor,
SSE_INTALU_ITINS_P, HasAVX512, 1>;
defm VPANDN : avx512_binop_rm_vl_dq<0xDF, 0xDF, "vpandn", X86andnp,
SSE_INTALU_ITINS_P, HasAVX512, 1>;
SSE_INTALU_ITINS_P, HasAVX512, 0>;
//===----------------------------------------------------------------------===//
// AVX-512 FP arithmetic