[PATCH] D39830: [DAGCombine] [WIP] Transform (A + -2.0*B*C) -> (A - (B+B)*C)
escha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 14:29:51 PST 2017
escha added a comment.
what is the purpose of this transform? why is the new form considered more canonical?
https://reviews.llvm.org/D39830
More information about the llvm-commits
mailing list