[PATCH] D63321: [SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 00:58:36 PDT 2019
huntergr created this revision.
huntergr added reviewers: thakis, rengolin.
Herald added subscribers: psnobl, dexonsmith, steven_wu, rkruppe, tschuett, mehdi_amini, mgorny.
Same as D32530 <https://reviews.llvm.org/D32530> except for a (much) lighter-weight method of rejecting scalable vectors in globals, arrays, and structs in the verifier and a couple of comment changes.
Should address pr42210, which had problems with compile time using LTO due to the recursive verifier implementation.
https://reviews.llvm.org/D63321
Files:
docs/LangRef.rst
include/llvm/ADT/DenseMapInfo.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/Type.h
include/llvm/Support/ScalableSize.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
lib/IR/LLVMContextImpl.h
lib/IR/Type.cpp
lib/IR/Verifier.cpp
test/Bitcode/compatibility.ll
test/Verifier/scalable-aggregates.ll
test/Verifier/scalable-global-vars.ll
unittests/IR/CMakeLists.txt
unittests/IR/VectorTypesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63321.204715.patch
Type: text/x-patch
Size: 33563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190614/62723681/attachment.bin>
More information about the llvm-commits
mailing list