[LangRef] *.overflow intrinsics now support vectors
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 25 Feb 2019 21:05:09 +0000 (21:05 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 25 Feb 2019 21:05:09 +0000 (21:05 +0000)
commit7166ab47045e64bcf3178a7d2be47d77700f6564
tree5d2b1886a050835cf09159bd48f4edadf73645d6
parent0397f495c0c46a7e4ebe304e6ebf14d85fb76dc7
[LangRef] *.overflow intrinsics now support vectors

We have all the necessary legalization, expansion and unrolling support required for the *.overflow intrinsics with vector types, so update the docs to make that clear.

Note: vectorization is not in place yet (the non-homogenous return types aren't well supported) so we still must explicitly use the vectors intrinsics and not reply on slp/loop.

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

llvm-svn: 354821
llvm/docs/LangRef.rst