]> granicus.if.org Git - llvm/commit
[TableGen] Allow intrinsics to have up to 8 return values.
authorArtem Belevich <tra@google.com>
Thu, 12 Oct 2017 17:40:00 +0000 (17:40 +0000)
committerArtem Belevich <tra@google.com>
Thu, 12 Oct 2017 17:40:00 +0000 (17:40 +0000)
commit3df0d5d17189f98590861270e65ea0e1efe531bf
tree3777a5bd0db4abf1ea878955d8b10c6779403bc7
parent7e513564e2ae1e24fb65f93c724c83fb01331ce7
[TableGen] Allow intrinsics to have up to 8 return values.

Differential Revision: https://reviews.llvm.org/D38633

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315598 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Function.cpp
test/TableGen/intrinsic-struct.td [new file with mode: 0644]
utils/TableGen/IntrinsicEmitter.cpp