Re: [llvm-commits] [llvm] r41897 - in /llvm/trunk: lib/Target/TargetSelectionDAG.td utils/TableGen/DAGISelEmitter.cpp utils/TableGen/DAGISelEmitter.h

2007-09-12 Thread Evan Cheng
On Sep 12, 2007, at 6:00 PM, Chris Lattner wrote: >> Initial support for multi-result patterns: >> 1. >> [(set GR32:$dst, (add GR32:$src1, GR32:$src2)), >> (modify EFLAGS)] >> This indicates the source pattern expects the instruction would >> produce 2 values. The first is the result of the addit

Re: [llvm-commits] [llvm] r41897 - in /llvm/trunk: lib/Target/TargetSelectionDAG.td utils/TableGen/DAGISelEmitter.cpp utils/TableGen/DAGISelEmitter.h

2007-09-12 Thread Chris Lattner
> Initial support for multi-result patterns: > 1. > [(set GR32:$dst, (add GR32:$src1, GR32:$src2)), > (modify EFLAGS)] > This indicates the source pattern expects the instruction would > produce 2 values. The first is the result of the addition. The > second is an implicit definition in regist

[llvm-commits] [llvm] r41897 - in /llvm/trunk: lib/Target/TargetSelectionDAG.td utils/TableGen/DAGISelEmitter.cpp utils/TableGen/DAGISelEmitter.h

2007-09-12 Thread Evan Cheng
Author: evancheng Date: Wed Sep 12 18:30:14 2007 New Revision: 41897 URL: http://llvm.org/viewvc/llvm-project?rev=41897&view=rev Log: Initial support for multi-result patterns: 1. [(set GR32:$dst, (add GR32:$src1, GR32:$src2)), (modify EFLAGS)] This indicates the source pattern expects the instru