[PATCH] D58895: [TableGen] Allow lists to be concatenated through '#'

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 10:15:47 PST 2019


hfinkel added inline comments.


================
Comment at: lib/TableGen/TGParser.cpp:2124
-      // Create a !strconcat() operation, first casting each operand to
-      // a string if necessary.
-
----------------
Does this change any current behavior? (i.e., if you try this now, does it cast each list to a string, or does it give an error, or something else?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58895/new/

https://reviews.llvm.org/D58895





More information about the llvm-commits mailing list