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

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


SaurabhJha added inline comments.


================
Comment at: clang/test/Sema/matrix-type-operators.c:22
   // expected-error at -2 {{casting 'sx10x5_t *' (aka 'float  __attribute__((matrix_type(10, 5)))*') to incompatible type 'float'}}
+
+  b -= &c;
----------------
xbolva00 wrote:
> +=?
Right, thanks for pointing it out, fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98075



More information about the cfe-commits mailing list