[PATCH] D32596: [DAGCombine] Transform (fadd A, (fmul B, -2.0)) -> (fsub A, (fadd B, B)).
Geoff Berry via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 13:15:41 PDT 2017
gberry added a comment.
My only comment is that you may be missing additional cases where the fneg could be folded away, but perhaps those can be fixed in a follow up change.
https://reviews.llvm.org/D32596
More information about the llvm-commits
mailing list