[all-commits] [llvm/llvm-project] b5e082: [Matrix] Add __builtin_matrix_column_store to Clang.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jun 18 04:01:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b5e082e7289197bf82c9a28c6336b51d7999b419
https://github.com/llvm/llvm-project/commit/b5e082e7289197bf82c9a28c6336b51d7999b419
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-06-18 (Thu, 18 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
M clang/test/CodeGen/matrix-type-builtins.c
M clang/test/CodeGenCXX/matrix-type-builtins.cpp
M clang/test/CodeGenObjC/matrix-type-builtins.m
M clang/test/Sema/matrix-type-builtins.c
M clang/test/SemaCXX/matrix-type-builtins.cpp
M clang/test/SemaObjC/matrix-type-builtins.m
Log Message:
-----------
[Matrix] Add __builtin_matrix_column_store to Clang.
This patch add __builtin_matrix_column_major_store to Clang,
as described in clang/docs/MatrixTypes.rst. In the initial version,
the stride is not optional yet.
Reviewers: rjmccall, jfb, rsmith, Bigcheese
Reviewed By: rjmccall
Differential Revision: https://reviews.llvm.org/D72782
More information about the All-commits
mailing list