[PATCH] D40782: [tablegen] Replace strconcat, listconcat by concat

Johannes Altmanninger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 27 02:51:04 PST 2017


johannes updated this revision to Diff 128220.
johannes retitled this revision from "[tablegen] Make strconcat return code if all arguments are code" to "[tablegen] Replace strconcat, listconcat by concat".
johannes edited the summary of this revision.
johannes added a comment.

use generic concat

If this will be approved I can also update existing usages of strconcat to concat


https://reviews.llvm.org/D40782

Files:
  docs/TableGen/LangIntro.rst
  include/llvm/TableGen/Record.h
  lib/TableGen/Record.cpp
  lib/TableGen/TGLexer.cpp
  lib/TableGen/TGLexer.h
  lib/TableGen/TGParser.cpp
  test/TableGen/listconcat.td
  test/TableGen/strconcat.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40782.128220.patch
Type: text/x-patch
Size: 15657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171227/4046a697/attachment.bin>


More information about the llvm-commits mailing list