[llvm-commits] [llvm] r141229 - in /llvm/trunk/lib/TableGen: TGParser.cpp TGParser.h
Jakob Stoklund Olesen
stoklund at 2pi.dk
Thu Oct 6 08:34:07 PDT 2011
On Oct 5, 2011, at 3:42 PM, David Greene wrote:
> Author: greened
> Date: Wed Oct 5 17:42:07 2011
> New Revision: 141229
>
> URL: http://llvm.org/viewvc/llvm-project?rev=141229&view=rev
> Log:
> Refactor Multiclass Def Processing
>
> Move the code to instantiate a multiclass def, bind its arguments and
> resolve its members into three helper functions. These will be reused
> to support a new kind of multiclass def: a multidef.
>
> Modified:
> llvm/trunk/lib/TableGen/TGParser.cpp
> llvm/trunk/lib/TableGen/TGParser.h
Hi David,
Was this new feature reviewed?
I liked Che-Liang Chiou's for loops better: http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-August/042669.html
/jakob
More information about the llvm-commits
mailing list