Displaying 1 result from an estimated 1 matches for "1000527".
Did you mean:
1000,27
2008 Sep 23
2
[LLVMdev] A question about instruction operands.
On Tue, 2008-09-23 at 13:33 +0100, Richard Osborne wrote:
> sanjiv gupta wrote:
> > I have a question:
> > In the pattern below from X86
> >
> > def INC8r : I<0xFE, MRM0r, (outs GR8 :$dst), (ins GR8 :$src),
> > "inc{b}\tdst",
> > [(set GR8:$dst, (add GR8:$src, 1))]>;
> >
> > Since we are emitting only "inc $dst",