[PATCH] D102950: [LegalizeTypes] Avoid promotion of exponent in FPOWI
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 24 14:46:12 PDT 2021
bjope added a comment.
In D102950#2774902 <https://reviews.llvm.org/D102950#2774902>, @efriedma wrote:
> Yes, this is what I was looking for.
>
> Can we share the code for computing the fpowi libcall name etc. with DAGTypeLegalizer::SoftenFloatRes_FPOWI?
Made some refactoring in a separate commit: https://reviews.llvm.org/D103050 (If you rather think I should squash it into this patch I can do that.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102950/new/
https://reviews.llvm.org/D102950
More information about the llvm-commits
mailing list