[all-commits] [llvm/llvm-project] e205fc: [libc] Add sub_with_borrow to builtin_wrapper.h

lntue via All-commits all-commits at lists.llvm.org
Sat Nov 19 13:12:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e205fc1836c932ae7c3b1f3f1d9ef4ff29d3bb9c
      https://github.com/llvm/llvm-project/commit/e205fc1836c932ae7c3b1f3f1d9ef4ff29d3bb9c
  Author: Tue Ly <lntue at google.com>
  Date:   2022-11-19 (Sat, 19 Nov 2022)

  Changed paths:
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/UInt.h
    M libc/src/__support/builtin_wrappers.h
    M libc/src/__support/integer_utils.h
    A libc/src/__support/named_pair.h
    M libc/src/__support/number_pair.h
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc] Add sub_with_borrow to builtin_wrapper.h

Add sub_with_borrow to builtin_wrapper.h to be used in UInt.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D138182




More information about the All-commits mailing list