summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/RISCV/rvv/access-fixed-objects-by-rvv.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/RISCV/rvv/access-fixed-objects-by-rvv.ll')
-rw-r--r--llvm/test/CodeGen/RISCV/rvv/access-fixed-objects-by-rvv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/rvv/access-fixed-objects-by-rvv.ll b/llvm/test/CodeGen/RISCV/rvv/access-fixed-objects-by-rvv.ll
index 0052f4b9c041..10156f14252a 100644
--- a/llvm/test/CodeGen/RISCV/rvv/access-fixed-objects-by-rvv.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/access-fixed-objects-by-rvv.ll
@@ -57,7 +57,7 @@ define <vscale x 1 x i64> @access_fixed_and_vector_objects(ptr %val) {
%len = load i64, ptr %local
%a = call <vscale x 1 x i64> @llvm.riscv.vadd.nxv1i64.nxv1i64(
- <vscale x 1 x i64> undef,
+ <vscale x 1 x i64> poison,
<vscale x 1 x i64> %v1,
<vscale x 1 x i64> %v2,
i64 %len)