[PATCH] D98161: [NFC][IR] Replace isa<ScalableVectorType> with a predicator function.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 8 16:05:11 PST 2021
HsiangKai added a comment.
In D98161#2612375 <https://reviews.llvm.org/D98161#2612375>, @craig.topper wrote:
> What does isScalableVectorType() provide over the previous isa<ScalableVectorType>? Especially since it still appears next to cast<FixedVectorType>
It seems only has one possibility for isScalableVectorType(). I will revert these cases.
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