Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fixed Point Arithmetic] Fixed Point Comparisons | Leonard Chan | 2019-02-21 | 1 | -0/+378 |
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 |