[PATCH] D153964: [RISCV] Add fixed vector insert tests that are pass by value
    Luke Lau via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jun 28 05:11:22 PDT 2023
    
    
  
luke added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert.ll:360
+  %b = insertelement <8 x i64> %a, i64 6, i32 0
+  ret <8 x i64> %a
+}
----------------
frasercrmck wrote:
> ret `%b` here.
Whoops, good catch!
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153964/new/
https://reviews.llvm.org/D153964
    
    
More information about the llvm-commits
mailing list