[PATCH] D76612: [Matrix] Add draft specification for matrix support in Clang.

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 11:15:49 PDT 2020


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: clang/docs/MatrixSupport.rst:254
+
+Example
+=======
----------------
SjoerdMeijer wrote:
> Hi Florian, just reading this for the first time, this is cool stuff, and just a drive-by comment:
> 
> this section, Example, looks like a good candidate to be moved to the "Matrixes" section in 
> clang/docs/LanguageExtensions.rst. This is Clang/LLVM specific, may not be that relevant for a language draft spec? But anyway, it may also be some of the user-facing examples missing in the language extension doc.
Ah yes, it seems like the LLVM IR lowering does not fit either here or in LanguageExtensions. It might be good to move the example to LanguageExtnesions though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76612





More information about the cfe-commits mailing list