This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec1d1788ce5 [MergeICmp] We can discard initial blocks that do other work new 8cb107dbb81 TableGen: Use DefInit::getDef() instead of the type's getRecord() new f3b54ef25c0 TableGen: Allow NAME in template arguments in defm in multiclass
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/TableGen/TGParser.cpp | 3 ++ test/TableGen/MultiClass-defm-fail.td | 32 ++++++++++++++++++++ test/TableGen/MultiClass-defm.td | 50 +++++++++++++++++++++++++++++++ utils/TableGen/FixedLenDecoderEmitter.cpp | 25 +++++++--------- 4 files changed, 96 insertions(+), 14 deletions(-) create mode 100644 test/TableGen/MultiClass-defm-fail.td create mode 100644 test/TableGen/MultiClass-defm.td