[PATCH] D62629: [InstCombine] Update fptrunc (fneg x)) -> (fneg (fptrunc x) for unary FNeg
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 09:28:21 PDT 2019
cameron.mcinally added a comment.
In D62629#1522985 <https://reviews.llvm.org/D62629#1522985>, @cameron.mcinally wrote:
> Also note that this change will require `UnaryOperator::CreateFNegFMF(...)` from D62521 <https://reviews.llvm.org/D62521>, so cannot be committed until that is complete.
D62521 <https://reviews.llvm.org/D62521> has landed, so this patch is ready for review...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62629/new/
https://reviews.llvm.org/D62629
More information about the llvm-commits
mailing list