|
| 1 | +// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4 |
| 2 | +// REQUIRES: riscv-registered-target |
| 3 | +// RUN: %clang_cc1 -triple riscv64 -target-feature +v \ |
| 4 | +// RUN: -target-feature +experimental-zvfbfmin \ |
| 5 | +// RUN: -target-feature +experimental-zvfbfwma -disable-O0-optnone \ |
| 6 | +// RUN: -emit-llvm %s -o - | opt -S -passes=mem2reg | \ |
| 7 | +// RUN: FileCheck --check-prefix=CHECK-RV64 %s |
| 8 | + |
| 9 | +#include <riscv_vector.h> |
| 10 | + |
| 11 | +// CHECK-RV64-LABEL: define dso_local <vscale x 1 x bfloat> @test_vle16ff_v_bf16mf4( |
| 12 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0:[0-9]+]] { |
| 13 | +// CHECK-RV64-NEXT: entry: |
| 14 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 1 x bfloat>, i64 } @llvm.riscv.vleff.nxv1bf16.i64(<vscale x 1 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 15 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 1 x bfloat>, i64 } [[TMP0]], 0 |
| 16 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 1 x bfloat>, i64 } [[TMP0]], 1 |
| 17 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 18 | +// CHECK-RV64-NEXT: ret <vscale x 1 x bfloat> [[TMP1]] |
| 19 | +// |
| 20 | +vbfloat16mf4_t test_vle16ff_v_bf16mf4(const __bf16 *rs1, size_t *new_vl, |
| 21 | + size_t vl) { |
| 22 | + return __riscv_vle16ff_v_bf16mf4(rs1, new_vl, vl); |
| 23 | +} |
| 24 | + |
| 25 | +// CHECK-RV64-LABEL: define dso_local <vscale x 2 x bfloat> @test_vle16ff_v_bf16mf2( |
| 26 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 27 | +// CHECK-RV64-NEXT: entry: |
| 28 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 2 x bfloat>, i64 } @llvm.riscv.vleff.nxv2bf16.i64(<vscale x 2 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 29 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 2 x bfloat>, i64 } [[TMP0]], 0 |
| 30 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 2 x bfloat>, i64 } [[TMP0]], 1 |
| 31 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 32 | +// CHECK-RV64-NEXT: ret <vscale x 2 x bfloat> [[TMP1]] |
| 33 | +// |
| 34 | +vbfloat16mf2_t test_vle16ff_v_bf16mf2(const __bf16 *rs1, size_t *new_vl, |
| 35 | + size_t vl) { |
| 36 | + return __riscv_vle16ff_v_bf16mf2(rs1, new_vl, vl); |
| 37 | +} |
| 38 | + |
| 39 | +// CHECK-RV64-LABEL: define dso_local <vscale x 4 x bfloat> @test_vle16ff_v_bf16m1( |
| 40 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 41 | +// CHECK-RV64-NEXT: entry: |
| 42 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 4 x bfloat>, i64 } @llvm.riscv.vleff.nxv4bf16.i64(<vscale x 4 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 43 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 4 x bfloat>, i64 } [[TMP0]], 0 |
| 44 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 4 x bfloat>, i64 } [[TMP0]], 1 |
| 45 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 46 | +// CHECK-RV64-NEXT: ret <vscale x 4 x bfloat> [[TMP1]] |
| 47 | +// |
| 48 | +vbfloat16m1_t test_vle16ff_v_bf16m1(const __bf16 *rs1, size_t *new_vl, |
| 49 | + size_t vl) { |
| 50 | + return __riscv_vle16ff_v_bf16m1(rs1, new_vl, vl); |
| 51 | +} |
| 52 | + |
| 53 | +// CHECK-RV64-LABEL: define dso_local <vscale x 8 x bfloat> @test_vle16ff_v_bf16m2( |
| 54 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 55 | +// CHECK-RV64-NEXT: entry: |
| 56 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 8 x bfloat>, i64 } @llvm.riscv.vleff.nxv8bf16.i64(<vscale x 8 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 57 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 8 x bfloat>, i64 } [[TMP0]], 0 |
| 58 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 8 x bfloat>, i64 } [[TMP0]], 1 |
| 59 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 60 | +// CHECK-RV64-NEXT: ret <vscale x 8 x bfloat> [[TMP1]] |
| 61 | +// |
| 62 | +vbfloat16m2_t test_vle16ff_v_bf16m2(const __bf16 *rs1, size_t *new_vl, |
| 63 | + size_t vl) { |
| 64 | + return __riscv_vle16ff_v_bf16m2(rs1, new_vl, vl); |
| 65 | +} |
| 66 | + |
| 67 | +// CHECK-RV64-LABEL: define dso_local <vscale x 16 x bfloat> @test_vle16ff_v_bf16m4( |
| 68 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 69 | +// CHECK-RV64-NEXT: entry: |
| 70 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 16 x bfloat>, i64 } @llvm.riscv.vleff.nxv16bf16.i64(<vscale x 16 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 71 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 16 x bfloat>, i64 } [[TMP0]], 0 |
| 72 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 16 x bfloat>, i64 } [[TMP0]], 1 |
| 73 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 74 | +// CHECK-RV64-NEXT: ret <vscale x 16 x bfloat> [[TMP1]] |
| 75 | +// |
| 76 | +vbfloat16m4_t test_vle16ff_v_bf16m4(const __bf16 *rs1, size_t *new_vl, |
| 77 | + size_t vl) { |
| 78 | + return __riscv_vle16ff_v_bf16m4(rs1, new_vl, vl); |
| 79 | +} |
| 80 | + |
| 81 | +// CHECK-RV64-LABEL: define dso_local <vscale x 32 x bfloat> @test_vle16ff_v_bf16m8( |
| 82 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 83 | +// CHECK-RV64-NEXT: entry: |
| 84 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 32 x bfloat>, i64 } @llvm.riscv.vleff.nxv32bf16.i64(<vscale x 32 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 85 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 32 x bfloat>, i64 } [[TMP0]], 0 |
| 86 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 32 x bfloat>, i64 } [[TMP0]], 1 |
| 87 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 88 | +// CHECK-RV64-NEXT: ret <vscale x 32 x bfloat> [[TMP1]] |
| 89 | +// |
| 90 | +vbfloat16m8_t test_vle16ff_v_bf16m8(const __bf16 *rs1, size_t *new_vl, |
| 91 | + size_t vl) { |
| 92 | + return __riscv_vle16ff_v_bf16m8(rs1, new_vl, vl); |
| 93 | +} |
| 94 | + |
| 95 | +// CHECK-RV64-LABEL: define dso_local <vscale x 1 x bfloat> @test_vle16ff_v_bf16mf4_m( |
| 96 | +// CHECK-RV64-SAME: <vscale x 1 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 97 | +// CHECK-RV64-NEXT: entry: |
| 98 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 1 x bfloat>, i64 } @llvm.riscv.vleff.mask.nxv1bf16.i64(<vscale x 1 x bfloat> poison, ptr [[RS1]], <vscale x 1 x i1> [[VM]], i64 [[VL]], i64 3) |
| 99 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 1 x bfloat>, i64 } [[TMP0]], 0 |
| 100 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 1 x bfloat>, i64 } [[TMP0]], 1 |
| 101 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 102 | +// CHECK-RV64-NEXT: ret <vscale x 1 x bfloat> [[TMP1]] |
| 103 | +// |
| 104 | +vbfloat16mf4_t test_vle16ff_v_bf16mf4_m(vbool64_t vm, const __bf16 *rs1, |
| 105 | + size_t *new_vl, size_t vl) { |
| 106 | + return __riscv_vle16ff_v_bf16mf4_m(vm, rs1, new_vl, vl); |
| 107 | +} |
| 108 | + |
| 109 | +// CHECK-RV64-LABEL: define dso_local <vscale x 2 x bfloat> @test_vle16ff_v_bf16mf2_m( |
| 110 | +// CHECK-RV64-SAME: <vscale x 2 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 111 | +// CHECK-RV64-NEXT: entry: |
| 112 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 2 x bfloat>, i64 } @llvm.riscv.vleff.mask.nxv2bf16.i64(<vscale x 2 x bfloat> poison, ptr [[RS1]], <vscale x 2 x i1> [[VM]], i64 [[VL]], i64 3) |
| 113 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 2 x bfloat>, i64 } [[TMP0]], 0 |
| 114 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 2 x bfloat>, i64 } [[TMP0]], 1 |
| 115 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 116 | +// CHECK-RV64-NEXT: ret <vscale x 2 x bfloat> [[TMP1]] |
| 117 | +// |
| 118 | +vbfloat16mf2_t test_vle16ff_v_bf16mf2_m(vbool32_t vm, const __bf16 *rs1, |
| 119 | + size_t *new_vl, size_t vl) { |
| 120 | + return __riscv_vle16ff_v_bf16mf2_m(vm, rs1, new_vl, vl); |
| 121 | +} |
| 122 | + |
| 123 | +// CHECK-RV64-LABEL: define dso_local <vscale x 4 x bfloat> @test_vle16ff_v_bf16m1_m( |
| 124 | +// CHECK-RV64-SAME: <vscale x 4 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 125 | +// CHECK-RV64-NEXT: entry: |
| 126 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 4 x bfloat>, i64 } @llvm.riscv.vleff.mask.nxv4bf16.i64(<vscale x 4 x bfloat> poison, ptr [[RS1]], <vscale x 4 x i1> [[VM]], i64 [[VL]], i64 3) |
| 127 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 4 x bfloat>, i64 } [[TMP0]], 0 |
| 128 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 4 x bfloat>, i64 } [[TMP0]], 1 |
| 129 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 130 | +// CHECK-RV64-NEXT: ret <vscale x 4 x bfloat> [[TMP1]] |
| 131 | +// |
| 132 | +vbfloat16m1_t test_vle16ff_v_bf16m1_m(vbool16_t vm, const __bf16 *rs1, |
| 133 | + size_t *new_vl, size_t vl) { |
| 134 | + return __riscv_vle16ff_v_bf16m1_m(vm, rs1, new_vl, vl); |
| 135 | +} |
| 136 | + |
| 137 | +// CHECK-RV64-LABEL: define dso_local <vscale x 8 x bfloat> @test_vle16ff_v_bf16m2_m( |
| 138 | +// CHECK-RV64-SAME: <vscale x 8 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 139 | +// CHECK-RV64-NEXT: entry: |
| 140 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 8 x bfloat>, i64 } @llvm.riscv.vleff.mask.nxv8bf16.i64(<vscale x 8 x bfloat> poison, ptr [[RS1]], <vscale x 8 x i1> [[VM]], i64 [[VL]], i64 3) |
| 141 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 8 x bfloat>, i64 } [[TMP0]], 0 |
| 142 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 8 x bfloat>, i64 } [[TMP0]], 1 |
| 143 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 144 | +// CHECK-RV64-NEXT: ret <vscale x 8 x bfloat> [[TMP1]] |
| 145 | +// |
| 146 | +vbfloat16m2_t test_vle16ff_v_bf16m2_m(vbool8_t vm, const __bf16 *rs1, |
| 147 | + size_t *new_vl, size_t vl) { |
| 148 | + return __riscv_vle16ff_v_bf16m2_m(vm, rs1, new_vl, vl); |
| 149 | +} |
| 150 | + |
| 151 | +// CHECK-RV64-LABEL: define dso_local <vscale x 16 x bfloat> @test_vle16ff_v_bf16m4_m( |
| 152 | +// CHECK-RV64-SAME: <vscale x 16 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 153 | +// CHECK-RV64-NEXT: entry: |
| 154 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 16 x bfloat>, i64 } @llvm.riscv.vleff.mask.nxv16bf16.i64(<vscale x 16 x bfloat> poison, ptr [[RS1]], <vscale x 16 x i1> [[VM]], i64 [[VL]], i64 3) |
| 155 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 16 x bfloat>, i64 } [[TMP0]], 0 |
| 156 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 16 x bfloat>, i64 } [[TMP0]], 1 |
| 157 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 158 | +// CHECK-RV64-NEXT: ret <vscale x 16 x bfloat> [[TMP1]] |
| 159 | +// |
| 160 | +vbfloat16m4_t test_vle16ff_v_bf16m4_m(vbool4_t vm, const __bf16 *rs1, |
| 161 | + size_t *new_vl, size_t vl) { |
| 162 | + return __riscv_vle16ff_v_bf16m4_m(vm, rs1, new_vl, vl); |
| 163 | +} |
| 164 | + |
| 165 | +// CHECK-RV64-LABEL: define dso_local <vscale x 32 x bfloat> @test_vle16ff_v_bf16m8_m( |
| 166 | +// CHECK-RV64-SAME: <vscale x 32 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], ptr noundef [[NEW_VL:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 167 | +// CHECK-RV64-NEXT: entry: |
| 168 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call { <vscale x 32 x bfloat>, i64 } @llvm.riscv.vleff.mask.nxv32bf16.i64(<vscale x 32 x bfloat> poison, ptr [[RS1]], <vscale x 32 x i1> [[VM]], i64 [[VL]], i64 3) |
| 169 | +// CHECK-RV64-NEXT: [[TMP1:%.*]] = extractvalue { <vscale x 32 x bfloat>, i64 } [[TMP0]], 0 |
| 170 | +// CHECK-RV64-NEXT: [[TMP2:%.*]] = extractvalue { <vscale x 32 x bfloat>, i64 } [[TMP0]], 1 |
| 171 | +// CHECK-RV64-NEXT: store i64 [[TMP2]], ptr [[NEW_VL]], align 8 |
| 172 | +// CHECK-RV64-NEXT: ret <vscale x 32 x bfloat> [[TMP1]] |
| 173 | +// |
| 174 | +vbfloat16m8_t test_vle16ff_v_bf16m8_m(vbool2_t vm, const __bf16 *rs1, |
| 175 | + size_t *new_vl, size_t vl) { |
| 176 | + return __riscv_vle16ff_v_bf16m8_m(vm, rs1, new_vl, vl); |
| 177 | +} |
0 commit comments