[PATCH] D72312: [DAGCombine] Fold the (fma -x, y, -z) to -(fma x, y, z)
qshanz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 20:48:15 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd48ac7d54d8a: [DAGCombine] Fold the (fma -x, y, -z) to -(fma x, y, z) (authored by steven.zhang).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72312/new/
https://reviews.llvm.org/D72312
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/PowerPC/combine-fneg.ll
llvm/test/CodeGen/PowerPC/fma-combine.ll
llvm/test/CodeGen/PowerPC/qpx-recipest.ll
llvm/test/CodeGen/PowerPC/recipest.ll
llvm/test/CodeGen/PowerPC/repeated-fp-divisors.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72312.236958.patch
Type: text/x-patch
Size: 7373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200109/3262a590/attachment.bin>
More information about the llvm-commits
mailing list