[PATCH] D94142: [IR] Allow scalable vectors in structs to support intrinsics returning multiple values.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 15:46:48 PST 2021


craig.topper updated this revision to Diff 315012.
craig.topper added a comment.
Herald added a subscriber: jdoerfert.

Don't allow function arguments or returns to use structs containing scalable vectors unless they are intrinsics.
Update LangRef.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94142

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/lib/IR/Type.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/Other/scalable-vector-struct-intrinsic.ll
  llvm/test/Other/scalable-vector-struct.ll
  llvm/test/Verifier/scalable-global-vars.ll
  llvm/test/Verifier/scalable-vector-struct-alloca.ll
  llvm/test/Verifier/scalable-vector-struct-load.ll
  llvm/test/Verifier/scalable-vector-struct-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94142.315012.patch
Type: text/x-patch
Size: 9106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/934b9f6f/attachment.bin>


More information about the llvm-commits mailing list