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

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 7 01:18:01 PST 2021


xbolva00 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;
----------------
+=?


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