[PATCH] D61675: [WIP] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 17:19:41 PDT 2019
cameron.mcinally added a comment.
In D61675#1609078 <https://reviews.llvm.org/D61675#1609078>, @cameron.mcinally wrote:
> Kind of a larger question: Do we want to include the VisitUnaryMinus change into one mega-Diff? Or should we have several separate Diffs for each of the individual `CreateFNeg(...)` changes?
Never mind, we don't have a choice. Calling CreateFNeg(...) as-is would just create a binary FNeg.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61675/new/
https://reviews.llvm.org/D61675
More information about the llvm-commits
mailing list