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

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 6 10:15:06 PST 2021


fhahn added reviewers: rjmccall, erichkeane.
fhahn added a comment.

Thanks for the patch! Could you also extend the Sema `matrix-type-operators` tests with checks for `+=` & `-=`?

It looks like the handling for multiply is slightly different and already works but is missing test coverage. It would be great if you could also extend the tests to check for `*=`.


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