[all-commits] [llvm/llvm-project] ecb235: [Matrix] Implement static cast for matrix types
Saurabh Jha via All-commits
all-commits at lists.llvm.org
Sun May 16 00:09:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecb235d94014903ec60e1539e6f0105ea6a4b089
https://github.com/llvm/llvm-project/commit/ecb235d94014903ec60e1539e6f0105ea6a4b089
Author: Saurabh Jha <saurabh.jhaa at gmail.com>
Date: 2021-05-16 (Sun, 16 May 2021)
Changed paths:
M clang/lib/Sema/SemaCast.cpp
M clang/test/CodeGenCXX/matrix-casts.cpp
M clang/test/SemaCXX/matrix-casts.cpp
Log Message:
-----------
[Matrix] Implement static cast for matrix types
This patch implements static casts for matrix types. This patch finishes all the work needed for https://bugs.llvm.org/show_bug.cgi?id=47141
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D102125
More information about the All-commits
mailing list