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

pawosm-arm via All-commits all-commits at lists.llvm.org
Wed Mar 29 03:08:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59dcf927ee43e995374907b6846b657f68d7ea49
      https://github.com/llvm/llvm-project/commit/59dcf927ee43e995374907b6846b657f68d7ea49
  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.

Signed-off-by: Paul Osmialowski <pawel.osmialowski at arm.com>




More information about the All-commits mailing list