[PATCH] D105119: [SVE] Fix incorrect codegen when inserting vector elements into widened scalable vectors
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 29 12:13:16 PDT 2021
    
    
  
efriedma added a comment.
For non-scalable vectors, widening means we pad the end with undef elements (i.e. INSERT_SUBVECTOR into an undef vector).  Do you want it to mean something different for scalable vectors?  Is this documented somewhere?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105119/new/
https://reviews.llvm.org/D105119
    
    
More information about the llvm-commits
mailing list