[PATCH] D72782: [Matrix] Add __builtin_matrix_column_store to Clang.

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 13 16:24:16 PDT 2020


fhahn updated this revision to Diff 263880.
fhahn added a comment.

ping. Simplify code, extend tests. This should now be ready for review.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72782/new/

https://reviews.llvm.org/D72782

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/Sema/matrix-type-builtins.c
  clang/test/SemaCXX/matrix-type-builtins.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72782.263880.patch
Type: text/x-patch
Size: 19039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200513/02bdfa93/attachment-0001.bin>


More information about the cfe-commits mailing list