[PATCH] D28314: Change sqrt partial inlining to depend on sqrt argument rather than result.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 13:16:18 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319094: [PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt inlining to depend on… (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D28314?vs=123504&id=124452#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28314

Files:
  llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
  llvm/trunk/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/trunk/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/trunk/lib/Analysis/TargetTransformInfo.cpp
  llvm/trunk/lib/Target/X86/X86TargetTransformInfo.cpp
  llvm/trunk/lib/Target/X86/X86TargetTransformInfo.h
  llvm/trunk/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
  llvm/trunk/test/CodeGen/X86/sqrt-partial.ll
  llvm/trunk/test/Transforms/PartiallyInlineLibCalls/X86/good-prototype.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28314.124452.patch
Type: text/x-patch
Size: 10501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171127/cd1214eb/attachment.bin>


More information about the llvm-commits mailing list