[PATCH] D57090: [IR] Match intrinsic paramater by scalar/vectorwidth
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 23 07:09:46 PST 2019
RKSimon added a comment.
In D57090#1367719 <https://reviews.llvm.org/D57090#1367719>, @spatel wrote:
> This implies that we should change the LangRef for overflowing ops to match? Currently, there's no mention of vector types:
> http://llvm.org/docs/LangRef.html#arithmetic-with-overflow-intrinsics
If its alright, I'd prefer to wait on updating the docs until I have full testing of vector types in place, which would be in a followup patch.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57090/new/
https://reviews.llvm.org/D57090
More information about the llvm-commits
mailing list