[llvm-commits] [llvm] r40723 - in /llvm/trunk/lib/Target/X86: X86ISelDAGToDAG.cpp X86InstrInfo.td

Chris Lattner clattner at apple.com
Thu Aug 2 08:35:10 PDT 2007


On Aug 2, 2007, at 12:03 AM, Evan Cheng wrote:
> On Aug 1, 2007, at 11:16 PM, Chris Lattner wrote:
>> On Aug 1, 2007, at 10:48 PM, Evan Cheng wrote:
>>> Author: evancheng
>>> Date: Thu Aug  2 00:48:35 2007
>>> New Revision: 40723
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=40723&view=rev
>>> Log:
>>> Switch some multiplication instructions over to the new scheme for
>>> testing.
>>
>> Do you plan to eventually allow writing the pattern for these
>> instructions?
>
> Once I make the necessary tblgen changes the existing patterns should
> just work. I am changing a couple of instructions manually to make
> sure the scheme is feasible.

Sounds great Evan, thanks!

-Chris



More information about the llvm-commits mailing list