Fixes things like fmul x, 2 -> fadd x, x
Mips test changes to pass with the new output, which I assume are correct.
Paths
| Differential D4676
Fix fmul combines with constant splat vectors
ClosedPublic Authored by arsenm on Jul 25 2014, 2:06 PM.
Details
Summary Fixes things like fmul x, 2 -> fadd x, x Mips test changes to pass with the new output, which I assume are correct.
Diff Detail Event Timelinearsenm updated this object. This revision is now accepted and ready to land.Aug 16 2014, 3:23 AM
Revision Contents
Diff 11894 lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/Mips/msa/arithmetic_float.ll
test/CodeGen/X86/fmul-combines.ll
|