diff options
author | Christopher Tetreault <ctetreau@quicinc.com> | 2020-04-23 15:11:04 -0700 |
---|---|---|
committer | Christopher Tetreault <ctetreau@quicinc.com> | 2020-04-23 15:39:59 -0700 |
commit | 5d0c3a8026ea708e72e1084aa659f5a4de68b88f (patch) | |
tree | b33bd63a73d702e5b5f01634513e55ec02cfa7c6 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | d6c5daf0bf062c58723902f62c126acc52ed54fc (diff) | |
download | llvm-5d0c3a8026ea708e72e1084aa659f5a4de68b88f.zip llvm-5d0c3a8026ea708e72e1084aa659f5a4de68b88f.tar.gz llvm-5d0c3a8026ea708e72e1084aa659f5a4de68b88f.tar.bz2 |
[SVE] Remove VectorType::isScalable()
Summary:
* This is a property of the instance of VectorType. If
isa<ScalableVectorType>(T) is true, then T->isScalable() would have
returned true and vice-versa. Most code that checks this function uses
the result to bail out if a vector is a scalable vector. This code will
be cleaner if it just calls isa<ScalableVectorType>(T)
Reviewers: efriedma, craig.topper, huntergr, sdesmalen
Reviewed By: sdesmalen
Subscribers: tschuett, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77690
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions