[PATCH] D99433: [Matrix] Including __builtin_matrix_multiply_add for the matrix type extension.
    Johannes Doerfert via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Mar 26 12:55:16 PDT 2021
    
    
  
jdoerfert added a comment.
In D99433#2653528 <https://reviews.llvm.org/D99433#2653528>, @everton.constantino wrote:
> @jdoerfert Which tests do you have in mind? I added one for SEMA and one for CodeGen.
Tests for everything you placed in `llvm/`. Your tests are all in `clang/`.
================
Comment at: llvm/include/llvm/IR/MatrixBuilder.h:152
+  }
+
   /// Create a llvm.matrix.multiply call, multiplying matrixes \p LHS and \p
----------------
This code is not tested, as far as I can tell. Or is it?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99433/new/
https://reviews.llvm.org/D99433
    
    
More information about the cfe-commits
mailing list