[PATCH] D66612: [Reassoc] Small fix to support unary FNeg in NegateValue(...)
Michael Berg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 13:05:54 PDT 2019
mcberg2017 added a comment.
BTW, general comment: Many of the remaining BinaryOperator contexts in Reassociate.cpp will need re-examaination too as UnaryOperator may also be present in places where it currently is not.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66612/new/
https://reviews.llvm.org/D66612
More information about the llvm-commits
mailing list