[PATCH] D57219: [Fixed Point Arithmetic] Fixed Point Comparisons

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 24 21:36:41 PST 2019


leonardchan created this revision.
leonardchan added reviewers: rjmccall, bjope, ebevhan.
leonardchan added a project: clang.
leonardchan added a parent revision: D46917: [Fixed Point Arithmetic] Comparison and Unary Operations for Fixed Point Types.

This patch implements fixed point comparisons with other fixed point types and integers. This also provides constant expression evaluation for them.


Repository:
  rC Clang

https://reviews.llvm.org/D57219

Files:
  clang/lib/AST/ExprConstant.cpp
  clang/lib/CodeGen/CGExprScalar.cpp
  clang/test/Frontend/fixed_point_comparisons.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57219.183480.patch
Type: text/x-patch
Size: 22136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190125/7d46051b/attachment-0001.bin>


More information about the cfe-commits mailing list