[PATCH] D74712: Remove *_finite libary support, following upstream

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 06:34:30 PST 2020


serge-sans-paille created this revision.
serge-sans-paille added reviewers: efriedma, chh, andrew.w.kaylor.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Since https://sourceware.org/git/?p=glibc.git;a=commit;h=7bdb921d70bf9f93948e2e311fef9ef439314e41, glibc no longer provides access to the *_finite symbols. LLVM should no longer generate such symbols.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74712

Files:
  llvm/include/llvm/Analysis/TargetLibraryInfo.def
  llvm/include/llvm/Analysis/TargetLibraryInfo.h
  llvm/include/llvm/Analysis/VecFuncs.def
  llvm/include/llvm/IR/RuntimeLibcalls.def
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/Analysis/TargetLibraryInfo.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/AArch64/illegal-float-ops.ll
  llvm/test/CodeGen/ARM/constant-island-movwt.mir
  llvm/test/CodeGen/X86/sqrt-fastmath.ll
  llvm/test/Transforms/ConstProp/calls-math-finite.ll
  llvm/test/Transforms/ConstProp/fma.ll
  llvm/test/Transforms/InferFunctionAttrs/annotate.ll
  llvm/test/Transforms/InferFunctionAttrs/no-proto.ll
  llvm/test/Transforms/LoopVectorize/X86/svml-calls-finite.ll
  llvm/unittests/Analysis/TargetLibraryInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74712.244958.patch
Type: text/x-patch
Size: 67223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/d47b27fd/attachment-0001.bin>


More information about the llvm-commits mailing list