[CodeGen] Emit IR for compound assignment with fixed-point operands.
authorBevin Hansson <bevin.hansson@ericsson.com>
Wed, 8 Jan 2020 13:01:30 +0000 (14:01 +0100)
committerBevin Hansson <bevin.hansson@ericsson.com>
Wed, 8 Apr 2020 12:33:04 +0000 (14:33 +0200)
commit313461f6d8f91ac8abf2fa06e17b92127b050f06
treebda4043afee3f5e7538a49a54cf6ab9cebc322d5
parent39baaabf6de4cfcbb942434084298a3f9acf5f89
[CodeGen] Emit IR for compound assignment with fixed-point operands.

Reviewers: rjmccall, leonardchan

Subscribers: cfe-commits

Tags: #clang

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