[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:43:49 PDT 2022
pawosm01 added a comment.
@RKSimon and @spatel you were right, this code can be happily removed, the fmul expansion is still happening when it's needed. I've uploaded a completely new commit.
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