[CodeGen] Emit IR for fixed-point unary operators.
authorBevin Hansson <bevin.hansson@ericsson.com>
Wed, 8 Jan 2020 10:12:55 +0000 (11:12 +0100)
committerBevin Hansson <bevin.hansson@ericsson.com>
Wed, 8 Apr 2020 12:33:04 +0000 (14:33 +0200)
commit39baaabf6de4cfcbb942434084298a3f9acf5f89
tree1906567b9a076e96e1a7168a4f455b2207cc50af
parent0b9922e67a0b5520d76c293e9aef13a7ad4f3a8d
[CodeGen] Emit IR for fixed-point unary operators.

Reviewers: rjmccall, leonardchan

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D73183
clang/lib/CodeGen/CGExprScalar.cpp
clang/test/Frontend/fixed_point_unary.c [new file with mode: 0644]