[PATCH] D76793: [Matrix] Implement + and - operators for MatrixType.

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 28 15:27:24 PDT 2020


fhahn updated this revision to Diff 267061.
fhahn marked 7 inline comments as done.
fhahn added a comment.

Updated tests to use more targeted checks, fix typo and rebased on top of master (so this change can be applied before D76791 <https://reviews.llvm.org/D76791>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76793

Files:
  clang/include/clang/AST/Type.h
  clang/include/clang/Sema/Sema.h
  clang/lib/CodeGen/CGExprScalar.cpp
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/test/CodeGen/matrix-type-operators.c
  clang/test/CodeGenCXX/matrix-type-operators.cpp
  clang/test/Sema/matrix-type-operators.c
  clang/test/SemaCXX/matrix-type-operators.cpp
  llvm/include/llvm/IR/MatrixBuilder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76793.267061.patch
Type: text/x-patch
Size: 39181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200528/64b17fa1/attachment-0001.bin>


More information about the cfe-commits mailing list