[llvm-commits] [llvm] r48105 - in /llvm/trunk: lib/CodeGen/SelectionDAG/ScheduleDAG.cpp test/CodeGen/X86/inline-asm-fpstack.ll
Chris Lattner
clattner at apple.com
Mon Mar 10 11:27:37 PDT 2008
On Mar 10, 2008, at 10:53 AM, Evan Cheng wrote:
> Only between physical registers? Or virtual registers as well (which
> might come in handy)?
CopyTo/FromReg now work between arbitrary src/dst regs, including
vreg<->vreg.
-Chris
More information about the llvm-commits
mailing list