Re: [llvm-commits] [llvm] r42765 - in /llvm/trunk/test/CodeGen/X86: mul128.ll mul64.ll

2007-10-09 Thread Chris Lattner
On Oct 8, 2007, at 1:48 PM, Dan Gohman wrote: Author: djg Date: Mon Oct 8 15:48:12 2007 New Revision: 42765 URL: http://llvm.org/viewvc/llvm-project?rev=42765view=rev Log: These two tests now require only three multiply instructions, instead of four. Very nice Dan! I think this

[llvm-commits] [llvm] r42765 - in /llvm/trunk/test/CodeGen/X86: mul128.ll mul64.ll

2007-10-08 Thread Dan Gohman
Author: djg Date: Mon Oct 8 15:48:12 2007 New Revision: 42765 URL: http://llvm.org/viewvc/llvm-project?rev=42765view=rev Log: These two tests now require only three multiply instructions, instead of four. Added: llvm/trunk/test/CodeGen/X86/mul128.ll llvm/trunk/test/CodeGen/X86/mul64.ll