[all-commits] [llvm/llvm-project] 35f708: [builtins] Inline __paritysi2 into __paritydi2 and...

topperc via All-commits all-commits at lists.llvm.org
Mon Sep 7 17:58:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 35f708a3c9ffceacbeaf8abfb0ba5123e346b30e
      https://github.com/llvm/llvm-project/commit/35f708a3c9ffceacbeaf8abfb0ba5123e346b30e
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M compiler-rt/lib/builtins/paritydi2.c
    M compiler-rt/lib/builtins/parityti2.c

  Log Message:
  -----------
  [builtins] Inline __paritysi2 into __paritydi2 and inline __paritydi2 into __parityti2.

No point in making __parityti2 go through 2 calls to get to
__paritysi2.

Reviewed By: MaskRay, efriedma

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




More information about the All-commits mailing list