[mlir] [llvm] [libcxx] [libc++][concepts] Implements concept helper `__libcpp_integer` (PR #78086)

Hristo Hristov via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 14 08:06:48 PST 2024


H-G-Hristov wrote:

> > @mordante @frederick-vs-ja This adds `std::__libcpp_integer` concept as a prerequisite from this discussion: [#77967 (comment)](https://github.com/llvm/llvm-project/pull/77967#discussion_r1451501514)
> > ```
> > * Any ideas for an alternative name, e.g.
> >   
> >   * `std::__libcpp_true_integer`
> >   * `std::__libcpp_integer_type`
> > 
> > * I have not replaced `__is_safe_integral_cmp` in this patch as suggested [[libc++][numeric] P0543R3: Saturation arithmetic #77967 (comment)](https://github.com/llvm/llvm-project/pull/77967#discussion_r1451099830). I can do it in a follow-up patch.
> > ```
> 
> Thanks. I would keep the name as is. Why do you want to provide different names.

Thank you! Never mind the question then.


https://github.com/llvm/llvm-project/pull/78086


More information about the llvm-commits mailing list