[PATCH] D16399: [X86][AVX512] add encoding and intrinsics for Multishift
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 31 02:07:00 PST 2016
delena added inline comments.
================
Comment at: E:/Work/LLVM/llvm/lib/Target/X86/X86InstrAVX512.td:3433
@@ -3426,2 +3432,3 @@
defm VPMULDQ : avx512_binop_all<0x28, "vpmuldq", SSE_INTALU_ITINS_P,
+ avx512vl_i32_info, avx512vl_i64_info, avx512vl_i64_info,
----------------
broadcast is the same for all cases, you don't need to pass it
Repository:
rL LLVM
http://reviews.llvm.org/D16399
More information about the llvm-commits
mailing list