[PATCH] D39720: [X86][AVX512] lowering kunpack intrinsic - llvm part
jina via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 01:36:36 PST 2017
jina.nahias added inline comments.
================
Comment at: test/CodeGen/X86/avx512-intrinsics-fast-isel.ll:6
; NOTE: This should use IR equivalent to what is generated by clang/test/CodeGen/avx512f-builtins.c
-
define <8 x i64> @test_mm512_mask_set1_epi32(<8 x i64> %__O, i16 zeroext %__M, i32 %__A) {
----------------
there are no tests here cause of a bug not related to this patch. will be added after his fixing.
https://reviews.llvm.org/D39720
More information about the llvm-commits
mailing list