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

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 08:50:13 PST 2020


serge-sans-paille updated this revision to Diff 244985.
serge-sans-paille added a comment.

Update some tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74712/new/

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/finite-libcalls.ll
  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.244985.patch
Type: text/x-patch
Size: 71968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/1b0cbf36/attachment.bin>


More information about the llvm-commits mailing list