[PATCH] D102842: [Verifier] Fail on invalid indices for {insert,extract} vector intrinsics
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 17 01:28:36 PDT 2021
david-arm added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert-subvector.ll:92
- %sv = load <8 x i32>, <8 x i32>* %svp
- %v = call <vscale x 8 x i32> @llvm.experimental.vector.insert.v8i32.nxv8i32(<vscale x 8 x i32> %vec, <8 x i32> %sv, i64 4)
- ret <vscale x 8 x i32> %v
----------------
Is it worth keeping this test, but changing the index of 4 to 8?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102842/new/
https://reviews.llvm.org/D102842
More information about the llvm-commits
mailing list