[PATCH] D33125: Introduce isoneof<T0, T1, ...> as an extension of isa<T>
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 20 16:51:21 PDT 2017
chandlerc added a comment.
I'd like to request that you make this patch just introduce the tool, and maybe add a few usages. I think rewriting this much in a single patch seems like a bad idea. It'll make reverts if anything goes wrong pointlessly hard, etc.
Then when the build bots are all happy you can migrate chunks of code in more focused patches.
Repository:
rL LLVM
https://reviews.llvm.org/D33125
More information about the llvm-commits
mailing list