This is an archive of the discontinued LLVM Phabricator instance.

Fix fmul combines with constant splat vectors
ClosedPublic

Authored by arsenm on Jul 25 2014, 2:06 PM.

Details

Reviewers
arsenm
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 Timeline

arsenm updated this revision to Diff 11894.Jul 25 2014, 2:06 PM
arsenm retitled this revision from to Fix fmul combines with constant splat vectors .
arsenm updated this object.
arsenm edited the test plan for this revision. (Show Details)
arsenm added a subscriber: Unknown Object (MLST).
arsenm accepted this revision.Aug 16 2014, 3:23 AM
arsenm added a reviewer: arsenm.

r215820

This revision is now accepted and ready to land.Aug 16 2014, 3:23 AM
arsenm closed this revision.Aug 16 2014, 3:23 AM