[all-commits] [llvm/llvm-project] db210b: [Matrix] Implement C-style explicit type conversio...

Saurabh Jha via All-commits all-commits at lists.llvm.org
Tue May 4 07:28:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db210bc69bb50979fb843b68fcb71a9c905e971b
      https://github.com/llvm/llvm-project/commit/db210bc69bb50979fb843b68fcb71a9c905e971b
  Author: Saurabh Jha <saurabh.jhaa at gmail.com>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M clang/lib/Sema/SemaCast.cpp
    A clang/test/CodeGenCXX/matrix-casts.cpp
    M clang/test/SemaCXX/matrix-casts.cpp

  Log Message:
  -----------
  [Matrix] Implement C-style explicit type conversions in CXX for matrix types

This patch implements C-style explicit type conversions in CXX for matrix types. It is part of fixing https://bugs.llvm.org/show_bug.cgi?id=47141

Reviewed By: fhahn

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




More information about the All-commits mailing list