[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
Fri Jan 8 10:50:07 PST 2021
craig.topper updated this revision to Diff 315448.
craig.topper added a comment.
Remove return and argument restriction. I misunderstood what I was being asked.
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.315448.patch
Type: text/x-patch
Size: 8063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210108/c046f363/attachment-0001.bin>
More information about the llvm-commits
mailing list