[llvm-commits] [llvm] r93158 - in /llvm/trunk: lib/Target/X86/AsmPrinter/X86MCInstLower.cpp lib/Target/X86/X86ISelDAGToDAG.cpp lib/Target/X86/X86Instr64bit.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.td test/CodeGen/X86/remat-mov-0.ll

Chris Lattner clattner at apple.com
Mon Jan 11 09:47:25 PST 2010


On Jan 11, 2010, at 9:37 AM, Dan Gohman wrote:

> Author: djg
> Date: Mon Jan 11 11:37:57 2010
> New Revision: 93158
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=93158&view=rev
> Log:
> Re-instate MOV64r0 and MOV16r0, with adjustments to work with the
> new AsmPrinter. This is perhaps less elegant than describing them
> in terms of MOV32r0 and subreg operations, but it allows the
> current register to rematerialize them.

Yuck, but ok.  Thanks for the testcase.

-Chris



More information about the llvm-commits mailing list