[PATCH] D77833: [SVE] Remove VectorType::getBitWidth()
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 21 13:00:50 PDT 2020
ctetreau marked an inline comment as done.
ctetreau added inline comments.
================
Comment at: llvm/lib/IR/Type.cpp:77
+ if (((isa<VectorType>(this) &&
+ cast<VectorType>(this)->getElementCount().Scalable) &&
+ Ty->isX86_MMXTy()) &&
----------------
efriedma wrote:
> I think you broke this in the process of making it not depend on FixedVectorType?
Yes I did, good catch. If only there were a FixedVectorType :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77833/new/
https://reviews.llvm.org/D77833
More information about the llvm-commits
mailing list