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

Saurabh Jha via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 1 13:15:15 PDT 2021


SaurabhJha created this revision.
Herald added a subscriber: tschuett.
SaurabhJha requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101696

Files:
  clang/lib/Sema/SemaCast.cpp
  clang/test/CodeGenCXX/matrix-casts.cpp
  clang/test/SemaCXX/matrix-casts.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101696.342171.patch
Type: text/x-patch
Size: 12064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210501/21415258/attachment-0001.bin>


More information about the cfe-commits mailing list