igorb accepted this revision.
igorb added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D38231
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com
igorb updated this revision to Diff 92263.
igorb marked an inline comment as done.
igorb added a comment.
Thanks for the comments.
Repository:
rL LLVM
https://reviews.llvm.org/D31034
Files:
lib/Headers/avx512fintrin.h
test/CodeGen/avx512f-builtins.c
Index: test/CodeGen/avx512f-builtins.
igorb created this revision.
Adding missing intrinsics :
_mm512_set_epi16,
_mm512_set_epi8,
_mm512_permutevar_epi32
_mm512_mask_permutevar_epi32
Repository:
rL LLVM
https://reviews.llvm.org/D31034
Files:
lib/Headers/avx512fintrin.h
test/CodeGen/avx512f-builtins.c
Index: test/
igorb accepted this revision.
igorb added a comment.
This revision is now accepted and ready to land.
LGTM,
Could you please add test that check scale and hint parameter errors for
BI__builtin_ia32_gatherpfdpd for example.
https://reviews.llvm.org/D30875