[all-commits] [llvm/llvm-project] 5df53a: [SVE] Pass Scalable argument to VectorType::get in...
huihzhang via All-commits
all-commits at lists.llvm.org
Fri Jan 17 11:36:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5df53a22592729e631c4030f38c599b9f37095b7
https://github.com/llvm/llvm-project/commit/5df53a22592729e631c4030f38c599b9f37095b7
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-01-17 (Fri, 17 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
Summary:
* Pass the Scalability test to VectorType::get in order to be
able to deserialize bitcode that contains scalable vector operations
Change-Id: I37fe5b1c0c237a9153130deefdc1a6d595c7f12e
Reviewers: efriedma, pcc, sdesmalen, apazos, huihuiz, chrisj
Reviewed By: sdesmalen
Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72792
More information about the All-commits
mailing list