[llvm-commits] [llvm] r51662 - in /llvm/trunk/lib: CodeGen/TwoAddressInstructionPass.cpp Target/X86/X86InstrInfo.td

Bill Wendling isanbard at gmail.com
Thu May 29 23:47:14 PDT 2008


On May 29, 2008, at 4:50 PM, Dan Gohman wrote:

>
> On May 28, 2008, at 6:02 PM, Bill Wendling wrote:
>
>> Author: void
>> Date: Wed May 28 20:02:09 2008
>> New Revision: 51662
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=51662&view=rev
>> Log:
>> Implement "AsCheapAsAMove" for some obviously cheap instructions:
>> xor and the
>> like.
>>
>> Modified:
>>   llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp
>>   llvm/trunk/lib/Target/X86/X86InstrInfo.td
>
>
> Hi Bill,
>
> Can you make corresponding changes for the 64-bit instructions?
>
Done!

-bw




More information about the llvm-commits mailing list