[PATCH] D110288: Move pow transformations to sqrt/cbrt to earlier in the compiler pipeline

Masoud Ataei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 14:45:34 PDT 2021


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

Ready for review.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110288

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/CodeGen/AArch64/pow.75.ll
  llvm/test/CodeGen/AArch64/pow.ll
  llvm/test/CodeGen/AArch64/pow.third.ll
  llvm/test/CodeGen/ARM/pow.75.ll
  llvm/test/CodeGen/ARM/pow.ll
  llvm/test/CodeGen/PowerPC/pow.75.ll
  llvm/test/CodeGen/PowerPC/pow.ll
  llvm/test/CodeGen/WebAssembly/libcalls.ll
  llvm/test/CodeGen/X86/pow.75.ll
  llvm/test/CodeGen/X86/pow.ll
  llvm/test/Transforms/InstCombine/pow-cbrt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110288.377694.patch
Type: text/x-patch
Size: 84072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211006/24a603c3/attachment-0001.bin>


More information about the llvm-commits mailing list