aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Threading.cpp
diff options
context:
space:
mode:
authorChristopher Tetreault <ctetreau@quicinc.com>2020-04-24 10:11:24 -0700
committerChristopher Tetreault <ctetreau@quicinc.com>2020-04-24 10:36:26 -0700
commit947be4a024b9701fcfd36656e01ba59bd7e2f486 (patch)
tree7e4942ed8301a5fb00c93bc83fa0b2ea2bf9abfd /llvm/lib/Support/Threading.cpp
parent4cf73a3fc665743474cfe96cbb51bffabea0255f (diff)
downloadllvm-947be4a024b9701fcfd36656e01ba59bd7e2f486.zip
llvm-947be4a024b9701fcfd36656e01ba59bd7e2f486.tar.gz
llvm-947be4a024b9701fcfd36656e01ba59bd7e2f486.tar.bz2
[SVE] Do not store a bool for Scalable in VectorType
Summary: - Whether or not a vector is scalable is a function of its type. Since all instances of ScalableVectorType will have true for this value and all instances of FixedVectorType will have false for this value, there is no need to store it as a class member. Reviewers: efriedma, fpetrogalli, kmclaughlin Reviewed By: fpetrogalli Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D78601
Diffstat (limited to 'llvm/lib/Support/Threading.cpp')
0 files changed, 0 insertions, 0 deletions