aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorChristopher Tetreault <ctetreau@quicinc.com>2020-04-23 15:11:04 -0700
committerChristopher Tetreault <ctetreau@quicinc.com>2020-04-23 15:39:59 -0700
commit5d0c3a8026ea708e72e1084aa659f5a4de68b88f (patch)
treeb33bd63a73d702e5b5f01634513e55ec02cfa7c6 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parentd6c5daf0bf062c58723902f62c126acc52ed54fc (diff)
downloadllvm-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