nikic wrote: > > "double width" is ambiguous wrt doubling the scalar width or doubling the > > type width > > It is actually "double width element". I would agree otherwise.
The main APIs (on Type rather than on VectorType / IntegerType) are called getDoubleWidthType() and getHalfWidthType(). https://github.com/llvm/llvm-project/pull/196528 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
