[llvm-commits] [llvm] r158315 - /llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.td

Hal Finkel hfinkel at anl.gov
Fri Jun 15 13:28:20 PDT 2012



----- Original Message -----
> From: "Chris Lattner" <clattner at apple.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: llvm-commits at cs.uiuc.edu
> Sent: Friday, June 15, 2012 1:06:15 PM
> Subject: Re: [llvm-commits] [llvm] r158315 - /llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.td
> On Jun 11, 2012, at 8:43 AM, Hal Finkel wrote:
> 
> > Author: hfinkel
> > Date: Mon Jun 11 10:43:15 2012
> > New Revision: 158315
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=158315&view=rev
> > Log:
> > Emit the two-operand form of the PPC mfcr instruction as mfocrf.
> 
> Wouldn't it be nice to have an integrated assembler for PPC? :-)

Yes, it certainly would :) I hope that if I close my eyes, one will appear.

This is certainly on my TODO list. That having been said, if someone else wants to do it first, please do. Once we have an assembler and disassembler then we'll be able to run closed-loop testing of the various PPC backend components and enable a reliable system for MCJIT, etc. (and, as you imply, we can stop worrying about the mnemonic variant nonsense).

 -Hal

> 
> -Chris



More information about the llvm-commits mailing list