================ @@ -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. ---------------- iamvickynguyen wrote:
That's a good point! I've edited the comment. How does that sound to you now? https://github.com/llvm/llvm-project/pull/196776 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
