[PATCH] D55844: [Fixed Point Arithmetic] Fixed Point Subtraction

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 18 11:33:44 PST 2018


leonardchan created this revision.
leonardchan added reviewers: ebevhan, bjope, rjmccall.
leonardchan added a project: clang.

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.


Repository:
  rC Clang

https://reviews.llvm.org/D55844

Files:
  clang/lib/CodeGen/CGExprScalar.cpp
  clang/test/Frontend/fixed_point_sub.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55844.178744.patch
Type: text/x-patch
Size: 22877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181218/c484062a/attachment-0001.bin>


More information about the cfe-commits mailing list