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

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 03:48:41 PDT 2017


serge-sans-paille added a comment.

@dberlin I agree. Not that to that respect, this commit does not change anything to the performance issue. Still it opens funny opportunities: one could imagine a constexpr function that would pre-compute the type lookup based on the argument type information, but that's definitively not part of this commit!


Repository:
  rL LLVM

https://reviews.llvm.org/D33125





More information about the llvm-commits mailing list