[PATCH] D55758: [TableGen] : Extend !if semantics through new language feature !ifs
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 24 06:52:29 PST 2018
javed.absar updated this revision to Diff 179471.
javed.absar added a comment.
Changes based on review comments. The new operator is now called '!cond', and 'default' must be the last clause.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55758/new/
https://reviews.llvm.org/D55758
Files:
docs/TableGen/LangIntro.rst
include/llvm/TableGen/Record.h
include/llvm/Target/TargetInstrPredicate.td
lib/TableGen/Record.cpp
lib/TableGen/TGLexer.cpp
lib/TableGen/TGLexer.h
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.h
test/TableGen/cond-default.td
test/TableGen/cond-empty-list-arg.td
test/TableGen/cond-type.td
test/TableGen/cond-usage.td
test/TableGen/cond.td
test/TableGen/condsbit.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55758.179471.patch
Type: text/x-patch
Size: 24402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181224/eacd79e3/attachment.bin>
More information about the llvm-commits
mailing list