Use vmladduhm to do v8i16 multiplies which is faster and simpler than doing
authorChris Lattner <sabre@nondot.org>
Tue, 18 Apr 2006 04:28:57 +0000 (04:28 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Apr 2006 04:28:57 +0000 (04:28 +0000)
commitcea2aa77eb815d41ad59ecdd110ec42bc5b567c8
treea0bc34e0e48431005da85cebc38c354154a59792
parent19a815238e55458e95f99b4dad31ed053c9f635c
Use vmladduhm to do v8i16 multiplies which is faster and simpler than doing
even/odd halves.  Thanks to Nate telling me what's what.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27793 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp