[PATCH] D154805: [DAGCombiner] Fold IEEE `fmul`/`fdiv` by Pow2 to `add`/`sub` of exp
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 14:18:25 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:16488
+ if (SDValue R = combineFMulOrFDivWithIntPow2(this, this->TLI, N))
+ return R;
----------------
goldstein.w.n wrote:
> arsenm wrote:
> > Can you add a test where this w
> Where this w?
I moved the comment to the main box, the fma formation one
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154805/new/
https://reviews.llvm.org/D154805
More information about the llvm-commits
mailing list