[PATCH] D119115: [RISCV] Improve insert_vector_elt for fixed mask registers.
    Craig Topper via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr  7 12:51:59 PDT 2022
    
    
  
craig.topper added a comment.
Something worth thinking about is that this may not be a good sequence for a core with decoupled scalar and vector units. This introduces a copy from vector to scalar which prevents the scalar core from running ahead of the vector unit in such a design.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119115/new/
https://reviews.llvm.org/D119115
    
    
More information about the llvm-commits
mailing list