[PATCH] D98161: [NFC][IR] Replace isa<ScalableVectorType> with a predicator function.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 14:02:47 PST 2021


craig.topper added a comment.

What does isScalableVectorType() provide over the previous isa<ScalableVectorType>? Especially since it still appears next to cast<FixedVectorType>


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