[PATCH] D146839: [PATCH] [TLI][AArch64] Extend SLEEF vectorized functions mapping with VLA functions

Paul Osmialowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 12:20:03 PDT 2023


pawosm01 created this revision.
pawosm01 added a reviewer: danielkiss.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
pawosm01 requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, alextsao1999.
Herald added a project: LLVM.

This commit extends D134719 <https://reviews.llvm.org/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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146839

Files:
  llvm/include/llvm/Analysis/TargetLibraryInfo.h
  llvm/include/llvm/Analysis/VecFuncs.def
  llvm/include/llvm/Analysis/VectorUtils.h
  llvm/lib/Analysis/TargetLibraryInfo.cpp
  llvm/lib/Analysis/VectorUtils.cpp
  llvm/lib/CodeGen/ReplaceWithVeclib.cpp
  llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/sleef-calls-aarch64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146839.508189.patch
Type: text/x-patch
Size: 34861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230324/6ba3416d/attachment.bin>


More information about the llvm-commits mailing list