[PATCH] D51435: [SLC] Support expanding pow(x, n+0.5) to x * x * ... * sqrt(x)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 3 10:38:52 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL341330: [SLC] Support expanding pow(x, n+0.5) to x * x * ... * sqrt(x) (authored by fhahn, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51435?vs=163349&id=163738#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51435

Files:
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/test/Transforms/InstCombine/pow-4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51435.163738.patch
Type: text/x-patch
Size: 10113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180903/d6f9c027/attachment.bin>


More information about the llvm-commits mailing list