| commit | ce1d4f1bec41d2a26439bfbaa5ff3de69dbc763f | [log] [tgz] |
|---|---|---|
| author | Leonard Chan <leonardchan@google.com> | Thu Feb 21 20:50:09 2019 +0000 |
| committer | Leonard Chan <leonardchan@google.com> | Thu Feb 21 20:50:09 2019 +0000 |
| tree | 2aa843183ab194c72a650a0cc8fec5c980a2f638 | |
| parent | c2650178a179e4685879ca34f5369903f12be030 [diff] |
[Fixed Point Arithmetic] Fixed Point Comparisons This patch implements fixed point comparisons with other fixed point types and integers. This also provides constant expression evaluation for them. Differential Revision: https://reviews.llvm.org/D57219 llvm-svn: 354621