Displaying 1 result from an estimated 1 matches for "llvm_v16i32_ti".
Did you mean:
llvm_v16i32_ty
2013 Oct 30
0
[LLVMdev] [AVX512] Inconsistent mask types for intrinsics?
Hey guys,
There seems to be an inconsistency between mask operand types for the
AVX512 intrinsics.
The mask instruction intrinsics expect a v16i1 for the mask operands:
> def int_x86_kadd_v16i1 : GCCBuiltin<"__builtin_ia32_kaddw">,
> Intrinsic<[llvm_v16i1_ty], [llvm_v16i1_ty, llvm_v16i1_ty],
> [IntrNoMem]>;
But other