[PATCH] D98161: [NFC][IR] Replace isa<ScalableVectorType> with a predicator function.
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 8 00:19:14 PST 2021
david-arm added a comment.
I guess the question here is whether a "scalable type" is the same as a "scalable vector type". I can imagine that we might want something more specific to vectors in many cases, e.g. "isScalableVectorType", whereas "isScalableType" could potentially apply to more than just vectors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98161/new/
https://reviews.llvm.org/D98161
More information about the llvm-commits
mailing list