summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/RISCV/rvv/variant-cc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/RISCV/rvv/variant-cc.ll')
-rw-r--r--llvm/test/CodeGen/RISCV/rvv/variant-cc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/RISCV/rvv/variant-cc.ll b/llvm/test/CodeGen/RISCV/rvv/variant-cc.ll
index 7d28906cbf24..a17a35659957 100644
--- a/llvm/test/CodeGen/RISCV/rvv/variant-cc.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/variant-cc.ll
@@ -23,7 +23,7 @@ define <vscale x 4 x i32> @rvv_vector_cc_1() {
; CHECK-ASM-NEXT: rvv_vector_cc_1:
; CHECK-OBJ-LABEL: Name: rvv_vector_cc_1
; CHECK-OBJ: Other [ (0x80)
- ret <vscale x 4 x i32> undef
+ ret <vscale x 4 x i32> poison
}
define <vscale x 4 x i1> @rvv_vector_cc_2() {
@@ -31,7 +31,7 @@ define <vscale x 4 x i1> @rvv_vector_cc_2() {
; CHECK-ASM-NEXT: rvv_vector_cc_2:
; CHECK-OBJ-LABEL: Name: rvv_vector_cc_2
; CHECK-OBJ: Other [ (0x80)
- ret <vscale x 4 x i1> undef
+ ret <vscale x 4 x i1> poison
}
define void @rvv_vector_cc_3(<vscale x 4 x i32> %arg) {