[PATCH] D98075: [Matrix] Implement += and -= for MatrixType

Saurabh Jha via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 7 01:03:46 PST 2021


SaurabhJha updated this revision to Diff 328849.
SaurabhJha edited the summary of this revision.
SaurabhJha added a comment.

Implement tests for *= for matrices code gen and add tests in Sema for compound assignments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98075/new/

https://reviews.llvm.org/D98075

Files:
  clang/lib/Sema/SemaExpr.cpp
  clang/test/CodeGen/matrix-type-operators.c
  clang/test/Sema/matrix-type-operators.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98075.328849.patch
Type: text/x-patch
Size: 37754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210307/d5fb0881/attachment-0001.bin>


More information about the cfe-commits mailing list