================ @@ -257,6 +257,63 @@ static cir::VectorType getNeonPairwiseWidenInputType(cir::VectorType resType, return result; } +// Derive the LLVM intrinsic's per-operand argument types and its result +// type from `info.TypeModifier`, for use when emitting the intrinsic call. ---------------- banach-space wrote:
[nit] Note that there is no `info.TypeModifier` in the list of arguments. Instead, there's `modifier` which comes from `info.modifier`. Could you expand a bit more to make the connection clearer? https://github.com/llvm/llvm-project/pull/196776 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
