[PATCH] D77833: [SVE] Remove VectorType::getBitWidth()

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 10:48:03 PDT 2020


efriedma added inline comments.


================
Comment at: llvm/lib/IR/Type.cpp:77
+  if (((isa<VectorType>(this) &&
+        cast<VectorType>(this)->getElementCount().Scalable) &&
+       Ty->isX86_MMXTy()) &&
----------------
I think you broke this in the process of making it not depend on 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