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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 00:24:54 PST 2021


lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.

I'm not convinced this is correct.
For example, `shufflevector` only works on vectors, so i don't see why a "struct with scalable vector" is even relevant there.


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