[PATCH] D153964: [RISCV] Add fixed vector insert tests that are pass by value
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 05:03:14 PDT 2023
frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.
LGTM with that one test fixed
================
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
+}
----------------
ret `%b` here.
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