diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/rvv/fixed-vectors-compress-fp.ll')
| -rw-r--r-- | llvm/test/CodeGen/RISCV/rvv/fixed-vectors-compress-fp.ll | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-compress-fp.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-compress-fp.ll index 3069d6011075..8185132d6866 100644 --- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-compress-fp.ll +++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-compress-fp.ll @@ -11,7 +11,7 @@ define <1 x bfloat> @vector_compress_v1bf16(<1 x bfloat> %v, <1 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret - %ret = call <1 x bfloat> @llvm.experimental.vector.compress.v1bf16(<1 x bfloat> %v, <1 x i1> %mask, <1 x bfloat> undef) + %ret = call <1 x bfloat> @llvm.experimental.vector.compress.v1bf16(<1 x bfloat> %v, <1 x i1> %mask, <1 x bfloat> poison) ret <1 x bfloat> %ret } @@ -32,7 +32,7 @@ define <2 x bfloat> @vector_compress_v2bf16(<2 x bfloat> %v, <2 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret - %ret = call <2 x bfloat> @llvm.experimental.vector.compress.v2bf16(<2 x bfloat> %v, <2 x i1> %mask, <2 x bfloat> undef) + %ret = call <2 x bfloat> @llvm.experimental.vector.compress.v2bf16(<2 x bfloat> %v, <2 x i1> %mask, <2 x bfloat> poison) ret <2 x bfloat> %ret } @@ -53,7 +53,7 @@ define <4 x bfloat> @vector_compress_v4bf16(<4 x bfloat> %v, <4 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret - %ret = call <4 x bfloat> @llvm.experimental.vector.compress.v4bf16(<4 x bfloat> %v, <4 x i1> %mask, <4 x bfloat> undef) + %ret = call <4 x bfloat> @llvm.experimental.vector.compress.v4bf16(<4 x bfloat> %v, <4 x i1> %mask, <4 x bfloat> poison) ret <4 x bfloat> %ret } @@ -74,7 +74,7 @@ define <8 x bfloat> @vector_compress_v8bf16(<8 x bfloat> %v, <8 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret - %ret = call <8 x bfloat> @llvm.experimental.vector.compress.v8bf16(<8 x bfloat> %v, <8 x i1> %mask, <8 x bfloat> undef) + %ret = call <8 x bfloat> @llvm.experimental.vector.compress.v8bf16(<8 x bfloat> %v, <8 x i1> %mask, <8 x bfloat> poison) ret <8 x bfloat> %ret } @@ -95,7 +95,7 @@ define <1 x half> @vector_compress_v1f16(<1 x half> %v, <1 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret - %ret = call <1 x half> @llvm.experimental.vector.compress.v1f16(<1 x half> %v, <1 x i1> %mask, <1 x half> undef) + %ret = call <1 x half> @llvm.experimental.vector.compress.v1f16(<1 x half> %v, <1 x i1> %mask, <1 x half> poison) ret <1 x half> %ret } @@ -116,7 +116,7 @@ define <2 x half> @vector_compress_v2f16(<2 x half> %v, <2 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret - %ret = call <2 x half> @llvm.experimental.vector.compress.v2f16(<2 x half> %v, <2 x i1> %mask, <2 x half> undef) + %ret = call <2 x half> @llvm.experimental.vector.compress.v2f16(<2 x half> %v, <2 x i1> %mask, <2 x half> poison) ret <2 x half> %ret } @@ -137,7 +137,7 @@ define <4 x half> @vector_compress_v4f16(<4 x half> %v, <4 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret - %ret = call <4 x half> @llvm.experimental.vector.compress.v4f16(<4 x half> %v, <4 x i1> %mask, <4 x half> undef) + %ret = call <4 x half> @llvm.experimental.vector.compress.v4f16(<4 x half> %v, <4 x i1> %mask, <4 x half> poison) ret <4 x half> %ret } @@ -158,7 +158,7 @@ define <8 x half> @vector_compress_v8f16(<8 x half> %v, <8 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret - %ret = call <8 x half> @llvm.experimental.vector.compress.v8f16(<8 x half> %v, <8 x i1> %mask, <8 x half> undef) + %ret = call <8 x half> @llvm.experimental.vector.compress.v8f16(<8 x half> %v, <8 x i1> %mask, <8 x half> poison) ret <8 x half> %ret } @@ -179,7 +179,7 @@ define <1 x float> @vector_compress_v1f32(<1 x float> %v, <1 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret - %ret = call <1 x float> @llvm.experimental.vector.compress.v1f32(<1 x float> %v, <1 x i1> %mask, <1 x float> undef) + %ret = call <1 x float> @llvm.experimental.vector.compress.v1f32(<1 x float> %v, <1 x i1> %mask, <1 x float> poison) ret <1 x float> %ret } @@ -200,7 +200,7 @@ define <2 x float> @vector_compress_v2f32(<2 x float> %v, <2 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret - %ret = call <2 x float> @llvm.experimental.vector.compress.v2f32(<2 x float> %v, <2 x i1> %mask, <2 x float> undef) + %ret = call <2 x float> @llvm.experimental.vector.compress.v2f32(<2 x float> %v, <2 x i1> %mask, <2 x float> poison) ret <2 x float> %ret } @@ -221,7 +221,7 @@ define <4 x float> @vector_compress_v4f32(<4 x float> %v, <4 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret - %ret = call <4 x float> @llvm.experimental.vector.compress.v4f32(<4 x float> %v, <4 x i1> %mask, <4 x float> undef) + %ret = call <4 x float> @llvm.experimental.vector.compress.v4f32(<4 x float> %v, <4 x i1> %mask, <4 x float> poison) ret <4 x float> %ret } @@ -242,7 +242,7 @@ define <8 x float> @vector_compress_v8f32(<8 x float> %v, <8 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v10, v8, v0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret - %ret = call <8 x float> @llvm.experimental.vector.compress.v8f32(<8 x float> %v, <8 x i1> %mask, <8 x float> undef) + %ret = call <8 x float> @llvm.experimental.vector.compress.v8f32(<8 x float> %v, <8 x i1> %mask, <8 x float> poison) ret <8 x float> %ret } @@ -263,7 +263,7 @@ define <1 x double> @vector_compress_v1f64(<1 x double> %v, <1 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret - %ret = call <1 x double> @llvm.experimental.vector.compress.v1f64(<1 x double> %v, <1 x i1> %mask, <1 x double> undef) + %ret = call <1 x double> @llvm.experimental.vector.compress.v1f64(<1 x double> %v, <1 x i1> %mask, <1 x double> poison) ret <1 x double> %ret } @@ -284,7 +284,7 @@ define <2 x double> @vector_compress_v2f64(<2 x double> %v, <2 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v9, v8, v0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret - %ret = call <2 x double> @llvm.experimental.vector.compress.v2f64(<2 x double> %v, <2 x i1> %mask, <2 x double> undef) + %ret = call <2 x double> @llvm.experimental.vector.compress.v2f64(<2 x double> %v, <2 x i1> %mask, <2 x double> poison) ret <2 x double> %ret } @@ -305,7 +305,7 @@ define <4 x double> @vector_compress_v4f64(<4 x double> %v, <4 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v10, v8, v0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret - %ret = call <4 x double> @llvm.experimental.vector.compress.v4f64(<4 x double> %v, <4 x i1> %mask, <4 x double> undef) + %ret = call <4 x double> @llvm.experimental.vector.compress.v4f64(<4 x double> %v, <4 x i1> %mask, <4 x double> poison) ret <4 x double> %ret } @@ -326,7 +326,7 @@ define <8 x double> @vector_compress_v8f64(<8 x double> %v, <8 x i1> %mask) { ; CHECK-NEXT: vcompress.vm v12, v8, v0 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret - %ret = call <8 x double> @llvm.experimental.vector.compress.v8f64(<8 x double> %v, <8 x i1> %mask, <8 x double> undef) + %ret = call <8 x double> @llvm.experimental.vector.compress.v8f64(<8 x double> %v, <8 x i1> %mask, <8 x double> poison) ret <8 x double> %ret } |
