[PATCH] D62521: [IRBuilder] Add CreateFNegFMF(...) to the IRBuilder

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 12:55:00 PDT 2019


cameron.mcinally added a comment.

In D62521#1521689 <https://reviews.llvm.org/D62521#1521689>, @cameron.mcinally wrote:

> That said, I could see the argument that CreateFNeg(...) + separate code to copy FMF does not function the same as CreateFNegFMF(...).


Ah, that's not quite right. I do see that there's a BinaryOperator::CreateFNegFMF(...) now.


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

https://reviews.llvm.org/D62521





More information about the llvm-commits mailing list