[llvm-commits] [llvm] r45470 - in /llvm/trunk: include/llvm/Target/ lib/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/CellSPU/ lib/Target/IA64/ lib/Target/Mips/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/X86/

Owen Anderson resistor at mac.com
Mon Dec 31 11:24:36 PST 2007


On Dec 31, 2007, at 2:09 PM, Chris Lattner wrote:

> On Dec 30, 2007, at 10:32 PM, Owen Anderson wrote:
>> URL: http://llvm.org/viewvc/llvm-project?rev=45470&view=rev
>> Log:
>> Move copyRegToReg from MRegisterInfo to TargetInstrInfo.  This is
>> part of the
>> Machine-level API cleanup instigated by Chris.
>
> Very nice Owen, thanks!  One minor additional request: how about
> renaming it to "InsertCopy" instead of "copyRegToReg"?

There's a whole suite of instruction-creation APIs that need to be  
migrated over.  My plan is to migrate them all over, and then refactor  
them into a self-consistent API.

--Owen



More information about the llvm-commits mailing list