[PATCH] D12061: AVX512 : kunpck encoding implementation
Igor Breger via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 05:56:19 PDT 2015
igorb added inline comments.
================
Comment at: lib/Target/X86/X86InstrAVX512.td:2077
@@ -2076,3 +2076,3 @@
}
defm : avx512_mask_unpck_int<"kunpck", "KUNPCK">;
----------------
delena wrote:
> The intrinsics should be completed too.
Intrinsics implementation may require not trivial changes in X86InstrInfo.cpp.
I would like to make it as separate patch.
Repository:
rL LLVM
http://reviews.llvm.org/D12061
More information about the llvm-commits
mailing list