================ @@ -702,6 +702,19 @@ defm "" : ReplaceLane<I64x2, 30>; defm "" : ReplaceLane<F32x4, 32>; defm "" : ReplaceLane<F64x2, 34>; +// For now use an instrinsic for f16x8.replace_lane instead of ReplaceLane above +// since LL generated with half type arguments is not well supported and creates ---------------- dschuff wrote:
I think this just refers to LLVM IR (but I agree that using that term is more consistent with what I've seen elsewhere). https://github.com/llvm/llvm-project/pull/99388 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits