[PATCH] D128591: Transforms: refactor pow(x, n) expansion where n is a constant integer value

Paul Osmialowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 09:41:59 PDT 2022


pawosm01 updated this revision to Diff 442616.
pawosm01 retitled this revision from "Transforms: Relax restrictions on pow(x, y) expansion" to "Transforms: refactor pow(x, n) expansion where n is a constant integer value".
pawosm01 edited the summary of this revision.
Herald added a subscriber: kristof.beyls.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128591

Files:
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/CodeGen/AArch64/powi.ll
  llvm/test/Transforms/InstCombine/pow-4.ll
  llvm/test/Transforms/InstCombine/pow_fp_int.ll
  llvm/test/Transforms/InstCombine/pow_fp_int16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128591.442616.patch
Type: text/x-patch
Size: 19986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220706/14e32044/attachment.bin>


More information about the llvm-commits mailing list