[all-commits] [llvm/llvm-project] 3323a6: [Matrix] Add __builtin_matrix_transpose to Clang.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jun 9 02:15:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3323a628ec821b8b75d3b60bf1510931f97d3883
https://github.com/llvm/llvm-project/commit/3323a628ec821b8b75d3b60bf1510931f97d3883
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M clang/include/clang/Basic/Builtins.def
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Sema.h
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Sema/SemaChecking.cpp
A clang/test/CodeGen/matrix-type-builtins.c
A clang/test/CodeGenCXX/matrix-type-builtins.cpp
A clang/test/CodeGenObjC/matrix-type-builtins.m
A clang/test/Sema/matrix-type-builtins.c
A clang/test/SemaCXX/matrix-type-builtins.cpp
A clang/test/SemaObjC/matrix-type-builtins.m
Log Message:
-----------
[Matrix] Add __builtin_matrix_transpose to Clang.
This patch add __builtin_matrix_transpose to Clang, as described in
clang/docs/MatrixTypes.rst.
Reviewers: rjmccall, jfb, rsmith, Bigcheese
Reviewed By: rjmccall
Differential Revision: https://reviews.llvm.org/D72778
More information about the All-commits
mailing list