| commit | 8f7caae00af070fb13416dbed207f3fe18e043e8 | [log] [tgz] |
|---|---|---|
| author | Leonard Chan <leonardchan@google.com> | Wed Mar 06 00:28:43 2019 +0000 |
| committer | Leonard Chan <leonardchan@google.com> | Wed Mar 06 00:28:43 2019 +0000 |
| tree | 37b625e87df8172cf0fe29a715d2467c8d32e880 | |
| parent | f0c21e2ff53a2745a325136f3812b4a0e6f61ea1 [diff] |
[Fixed Point Arithmetic] Fixed Point and Integer Conversions This patch includes the necessary code for converting between a fixed point type and integer. This also includes constant expression evaluation for conversions with these types. Differential Revision: https://reviews.llvm.org/D56900 llvm-svn: 355462