[PATCH] D72778: [Matrix] Add __builtin_matrix_transpose to Clang.
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 6 15:28:59 PDT 2020
fhahn updated this revision to Diff 269032.
fhahn marked an inline comment as done.
fhahn added a comment.
Thanks for all the comments!
Simplified code as suggested, handle placeholder expressions and add tests for them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72778/new/
https://reviews.llvm.org/D72778
Files:
clang/include/clang/Basic/Builtins.def
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/matrix-type-builtins.c
clang/test/CodeGenCXX/matrix-type-builtins.cpp
clang/test/CodeGenObjC/matrix-type-builtins.m
clang/test/Sema/matrix-type-builtins.c
clang/test/SemaCXX/matrix-type-builtins.cpp
clang/test/SemaObjC/matrix-type-builtins.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72778.269032.patch
Type: text/x-patch
Size: 20392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200606/a911f447/attachment-0001.bin>
More information about the cfe-commits
mailing list