[PATCH] D72792: [SVE] Pass Scalable argument to VectorType::get in Bitcode Reader

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 11:18:34 PST 2020


efriedma added a comment.

Please add a testcase to make sure we can round-trip from .ll->.bc->.ll.



================
Comment at: llvm/lib/Bitcode/Reader/BitcodeReader.cpp:2639
+                                         VTy->getNumElements(),
+                                         VTy->isScalable());
 
----------------
getElementCount().


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72792/new/

https://reviews.llvm.org/D72792





More information about the llvm-commits mailing list