[PATCH] D77925: Revert "[TLI] Per-function fveclib for math library used for vectorization"
Mehdi AMINI via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 10 18:19:44 PDT 2020
mehdi_amini created this revision.
mehdi_amini added a reviewer: tejohnson.
Herald added subscribers: cfe-commits, haicheng, hiraditya, eraman.
Herald added a project: clang.
mehdi_amini added a reviewer: wenlei.
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
lgtm
This reverts commit 60c642e74be6af86906d9f3d982728be7bd4329f <https://reviews.llvm.org/rG60c642e74be6af86906d9f3d982728be7bd4329f>.
This patch is making the TLI "closed" for a predefined set of VecLib
while at the moment it is extensible for anyone to customize when using
LLVM as a library.
Reverting while we figure out a way to re-land it without losing the
generality of the current API.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77925
Files:
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CGCall.cpp
clang/test/CodeGen/libcalls-veclib.c
llvm/include/llvm/Analysis/TargetLibraryInfo.h
llvm/lib/Analysis/InlineCost.cpp
llvm/lib/Analysis/TargetLibraryInfo.cpp
llvm/test/Transforms/Inline/inline-no-builtin-compatible.ll
llvm/test/Transforms/Inline/veclib-compat.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77925.256727.patch
Type: text/x-patch
Size: 27013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200411/a9869a35/attachment-0001.bin>
More information about the cfe-commits
mailing list