[PATCH] Fix fmul combines with constant splat vectors
Matt Arsenault
Matthew.Arsenault at amd.com
Fri Jul 25 14:06:17 PDT 2014
Fixes things like fmul x, 2 -> fadd x, x
Mips test changes to pass with the new output, which I assume are correct.
http://reviews.llvm.org/D4676
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/Mips/msa/arithmetic_float.ll
test/CodeGen/X86/fmul-combines.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4676.11894.patch
Type: text/x-patch
Size: 7246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140725/8a3f67a7/attachment.bin>
More information about the llvm-commits
mailing list