[PATCH] D39282: DAG: Fold fma (fneg x), K, y -> fma x, -K, y
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 03:17:20 PDT 2017
arsenm updated this revision to Diff 120222.
arsenm added a comment.
Fix PPC test failures
https://reviews.llvm.org/D39282
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/AMDGPU/fma-combine.ll
test/CodeGen/AMDGPU/fmuladd.f16.ll
test/CodeGen/AMDGPU/fmuladd.f32.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39282.120222.patch
Type: text/x-patch
Size: 5096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/75a664b3/attachment.bin>
More information about the llvm-commits
mailing list