SaurabhJha added inline comments.

================
Comment at: clang/test/Sema/matrix-type-operators.c:22
   // expected-error@-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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to