[PATCH] D75874: [mlir][spirv] Use SmallVector<ArrayRef> for availability queries

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 13:35:18 PDT 2020


antiagainst added a comment.

In D75874#1915466 <https://reviews.llvm.org/D75874#1915466>, @mravishankar wrote:

> Do we need to autogen these? Can we have a simple utility method instead of generating this. Its a bit hard to parse.


Agreed that it's a bit hard to parse, but note that this is expected to be general so later other dialects can also use the availability mechanism if they want. I plan to update the doc to explain a bit afterwards.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75874





More information about the llvm-commits mailing list