| commit | 699b3b54da2f483228544234e5ed375aa81acd9f | [log] [tgz] |
|---|---|---|
| author | Leonard Chan <leonardchan@google.com> | Tue Oct 16 17:35:41 2018 +0000 |
| committer | Leonard Chan <leonardchan@google.com> | Tue Oct 16 17:35:41 2018 +0000 |
| tree | 145a229fe95f4d87fbd99ae1ee8fc2e912876d04 | |
| parent | d3ff1ecfde95549db960aaca4848f7436ca28431 [diff] |
[Intrinsic] Signed Saturation Addition Intrinsic Add an intrinsic that takes 2 integers and perform saturation addition on them. This is a part of implementing fixed point arithmetic in clang where some of the more complex operations will be implemented as intrinsics. Differential Revision: https://reviews.llvm.org/D53053 llvm-svn: 344629