[PATCH] D61675: [WIP] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator

Michael Berg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 14:46:26 PDT 2019


mcberg2017 added a comment.

Just putting a place holder for NegateValue in Reassociate.cpp to be updated for both binary and unary context when examining the uses of the Value V.  In fact the full file should be looked over for other cases as well.  I tried out the current patch and we hit the first case pretty quickly internally.


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

https://reviews.llvm.org/D61675





More information about the llvm-commits mailing list