[all-commits] [llvm/llvm-project] 63851a: [Matrix] Implement += and -= for MatrixType.

Saurabh Jha via All-commits all-commits at lists.llvm.org
Mon Mar 8 01:32:37 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63851a701eac1918777535c8e1df2e97c7a01966
      https://github.com/llvm/llvm-project/commit/63851a701eac1918777535c8e1df2e97c7a01966
  Author: Saurabh Jha <saurabh.jhaa at gmail.com>
  Date:   2021-03-08 (Mon, 08 Mar 2021)

  Changed paths:
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/CodeGen/matrix-type-operators.c
    M clang/test/Sema/matrix-type-operators.c

  Log Message:
  -----------
  [Matrix] Implement += and -= for MatrixType.

Make sure CompLHSTy is set correctly for += and -= and matrix type
operands.

Bugzilla ticket is here https://bugs.llvm.org/show_bug.cgi?id=46164

Patch by Saurabh Jha <saurabh.jhaa at gmail.com>

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D98075




More information about the All-commits mailing list