[PATCH] D75511: [APFloat] Remove neg in favour of unary operator-

Ehud Katz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 06:56:48 PST 2020


ekatz added a comment.

This is a simple change, so generally it looks good, but I have to ask:
What is the reason for it? I do understand why you want to **add** functionality (the `operator-` in the other change), but I am not sure why to **remove**.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75511/new/

https://reviews.llvm.org/D75511





More information about the llvm-commits mailing list