[PATCH] D127976: [IR] Move vector.insert/vector.extract out of experimental namespace
    Craig Topper via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 21 08:37:27 PDT 2022
    
    
  
craig.topper added inline comments.
================
Comment at: llvm/docs/LangRef.rst:17289
 insert into. Conceptually, this can be used to build a scalable vector out of
-non-scalable vectors.
+non-scalable vectors, however this intrinsic can also be used on purely fixed
+types.
----------------
Now this comment makes it seems like you can't use it on purely scalable vectors.
================
Comment at: llvm/docs/LangRef.rst:17329
+specified. Conceptually, this can be used to decompose a scalable vector into
+non-scalable parts, however this intrinsic can also be used on purely fixed
+types.
----------------
Same here
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127976/new/
https://reviews.llvm.org/D127976
    
    
More information about the llvm-commits
mailing list