commit | 837da5d3ecdda47cc8cbc08420eea6d1327117e5 | [log] [tgz] |
---|---|---|
author | Leonard Chan <leonardchan@google.com> | Wed Jan 16 19:53:50 2019 +0000 |
committer | Leonard Chan <leonardchan@google.com> | Wed Jan 16 19:53:50 2019 +0000 |
tree | b85535921c32f480d60508d81201b42848ba9b99 | |
parent | 33c49c0c82a5878f8f9d71e3f1710eddfdbebfeb [diff] |
[Fixed Point Arithmetic] Fixed Point Subtraction This patch covers subtraction between fixed point types and other fixed point types or integers, using the conversion rules described in 4.1.4 of N1169. Differential Revision: https://reviews.llvm.org/D55844 llvm-svn: 351371