[all-commits] [llvm/llvm-project] 6b6f31: [TLI][AArch64] Extend SLEEF vectorized functions m...

pawosm-arm via All-commits all-commits at lists.llvm.org
Wed Mar 29 05:07:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b6f312ccedff8322e246f9022148a5bc8805ae5
      https://github.com/llvm/llvm-project/commit/6b6f312ccedff8322e246f9022148a5bc8805ae5
  Author: Paul Osmialowski <pawel.osmialowski at arm.com>
  Date:   2023-03-29 (Wed, 29 Mar 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/TargetLibraryInfo.h
    M llvm/include/llvm/Analysis/VecFuncs.def
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
    M llvm/test/Transforms/LoopVectorize/AArch64/sleef-calls-aarch64.ll

  Log Message:
  -----------
  [TLI][AArch64] Extend SLEEF vectorized functions mapping with VLA functions

This commit extends D134719 "[AArch64] Enable libm vectorized
functions via SLEEF" with the mappings for the scalable functions.

It also introduces all the necessary changes needed to support masked
interfaces.

Reviewed By: danielkiss, sdesmalen

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




More information about the All-commits mailing list