[PATCH] D33125: Introduce isoneof<T0, T1, ...> as an extension of isa<T>

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 05:56:15 PDT 2017


serge-sans-paille added a comment.

So three options:

1. We give up with this idea
2. We introduce the ``isa<anyof<>>`` syntax
3. We introduce the ``is_anyof<>`` syntax

I leave the choice to the reviewers, here is my preference : 3 > 2 > 1


Repository:
  rL LLVM

https://reviews.llvm.org/D33125





More information about the llvm-commits mailing list