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

Dan Gohman gohman at apple.com
Thu May 29 16:50:30 PDT 2008


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?

Thanks,

Dan




More information about the llvm-commits mailing list