[PATCH] D32530: [SVE][IR] Scalable Vector IR Type

Graham Hunter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 00:05:30 PDT 2019


huntergr updated this revision to Diff 198986.
huntergr added a comment.

- Changed (extract|insert)element semantics to return poison values at runtime if the index exceeds hardware vector length.
- Changed shufflevector semantics to note that only zeroinitializer and undef can be used as mask values for scalable vectors for now.

(Sorry about the delay in updating, I've been out at a conference this week)


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

https://reviews.llvm.org/D32530

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: D32530.198986.patch
Type: text/x-patch
Size: 35192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190510/f37690c8/attachment-0001.bin>


More information about the llvm-commits mailing list