search for: int_x86_avx512_gather_dps_mask_512

Displaying 1 result from an estimated 1 matches for "int_x86_avx512_gather_dps_mask_512".

2013 Oct 30
0
[LLVMdev] [AVX512] Inconsistent mask types for intrinsics?
...r 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 intrinsics expect a i8/i16 as the mask operand: > def int_x86_avx512_gather_dps_mask_512 : >GCCBuiltin<"__builtin_ia32_mask_gatherdps512">, > Intrinsic<[llvm_v16f32_ty], [llvm_v16f32_ty, llvm_i16_ty, > llvm_v16i32_ty, llvm_ptr_ty, llvm_i32_ty], > [IntrReadMem]>; I expected a v8i1/v16i1 for the gather in...