[PATCH] D72773: [Matrix] Add __builtin_matrix_{add,sub} to Clang (WIP).

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 15 08:55:06 PST 2020


fhahn created this revision.
Herald added a subscriber: tschuett.
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72773

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72773.238283.patch
Type: text/x-patch
Size: 23175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200115/ee51ef81/attachment-0001.bin>


More information about the cfe-commits mailing list