https://llvm.org/bugs/show_bug.cgi?id=25646

            Bug ID: 25646
           Summary: [Feature] Use builtin __make_integer_seq to implement
                    std::make_integer_sequence when supported
           Product: libc++
           Version: 3.7
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: ldionn...@gmail.com
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
    Classification: Unclassified

Created attachment 15355
  --> https://llvm.org/bugs/attachment.cgi?id=15355&action=edit
Patch

Clang's R252036 added a builtin __make_integer_seq to create large integer
sequences quickly. libc++ should use this builtin whenever possible. The
attached patch passes all of libc++'s unit tests on my machine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to