[PATCH] D43554: TableGen: Generalize type deduction for !listconcat

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 07:06:49 PST 2018


nhaehnle added a comment.

Thanks. Some of my later patches should at least make `!listconcat([1,2,3], [])` easier to get to, but I can't test right now whether it's already working. The idea is to pass the correct `ItemType` to ParseValue when parsing the operands.


Repository:
  rL LLVM

https://reviews.llvm.org/D43554





More information about the llvm-commits mailing list