[all-commits] [llvm/llvm-project] 38c680: [SVE] Pass Scalable argument to VectorType::get in...

Eli Friedman via All-commits all-commits at lists.llvm.org
Wed Jan 22 12:29:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 38c68047b04184fefadcd38e759d9526039cce86
      https://github.com/llvm/llvm-project/commit/38c68047b04184fefadcd38e759d9526039cce86
  Author: Chris Tetreault <ctetreau at quicinc.com>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    A llvm/test/Bitcode/vscale-round-trip.ll

  Log Message:
  -----------
  [SVE] Pass Scalable argument to VectorType::get in Bitcode Reader

Pass the Scalability test to VectorType::get in order to be able to
deserialize bitcode that contains scalable vector operations

Differential Revision: https://reviews.llvm.org/D73144




More information about the All-commits mailing list