[all-commits] [llvm/llvm-project] ad88a3: [TLI] Add memset_pattern4, memset_pattern8 lib fun...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Dec 1 13:19:06 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad88a37ceadb5e1f8f3cb9beb5abacf2c1bb9869
      https://github.com/llvm/llvm-project/commit/ad88a37ceadb5e1f8f3cb9beb5abacf2c1bb9869
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-12-01 (Wed, 01 Dec 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
    M llvm/unittests/Analysis/TargetLibraryInfoTest.cpp

  Log Message:
  -----------
  [TLI] Add memset_pattern4, memset_pattern8 lib functions.

Similar to memset_pattern16, memset_pattern4, memset_pattern8 are
available on Darwin platforms.

https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/memset_pattern4.3.html

Reviewed By: ab

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




More information about the All-commits mailing list