[PATCH] D80744: DAGCombiner optimization for pow(x, 0.75) even in case massv function is asked

Masoud Ataei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 12:14:39 PDT 2020


masoud.ataei updated this revision to Diff 269938.
masoud.ataei added a comment.

I added support for the case when exponent is 0.25 in addition to support for double precision cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80744

Files:
  llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp
  llvm/test/CodeGen/PowerPC/pow_massv_075_025exp.ll
  llvm/test/CodeGen/PowerPC/powf_massv_075_025exp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80744.269938.patch
Type: text/x-patch
Size: 16015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200610/16ac5f97/attachment.bin>


More information about the llvm-commits mailing list