[PATCH] D128591: Transforms: Relax restrictions on pow(x, y) expansion

Paul Osmialowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 11:23:56 PDT 2022


pawosm01 marked 2 inline comments as done.
pawosm01 added a comment.

Sadly, `powi` is handled differently (than `powf`, `pow` and `powl` which all result in calling `optimizePow()` modified by this patch) in the `SimplifyLibCalls.cpp` code, so extending this patch in that direction would go beyond the initial scope and may overstretch my approved upstreaming activity. I would rather create separate commit covering `powi` later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128591



More information about the llvm-commits mailing list