[PATCH] D81472: [Matrix] Update load/store intrinsics.
    Florian Hahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jun 10 08:12:24 PDT 2020
    
    
  
fhahn marked 2 inline comments as done.
fhahn added inline comments.
================
Comment at: llvm/docs/LangRef.rst:15457
+loading of sub matrixes.  If <IsVolatile> is true, the intrinsic is considered
+a :ref:`volatile memory access <volatile>.`
 
----------------
rjmccall wrote:
> Like `llvm.memcpy` and so on, you should document that the `align` attribute can be added to the pointer parameter to specify the required alignment.
Updated, thanks!
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81472/new/
https://reviews.llvm.org/D81472
    
    
More information about the llvm-commits
mailing list