[PATCH] D38633: [TableGen] Allow intrinsics to have up to 8 return values.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 09:40:49 PDT 2017


tra updated this revision to Diff 118631.
tra added a comment.

Replaced fixed-size array with SmallVector<>.  One less place for making potential buffer overflow error when struct encoding changes.


https://reviews.llvm.org/D38633

Files:
  llvm/lib/IR/Function.cpp
  llvm/test/TableGen/intrinsic-struct.td
  llvm/utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38633.118631.patch
Type: text/x-patch
Size: 3548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171011/110567bd/attachment.bin>


More information about the llvm-commits mailing list