File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/CodeGen/RISCV/rvv-intrinsics-handcrafted Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12002,7 +12002,7 @@ def warn_tcb_enforcement_violation : Warning<
12002
12002
12003
12003
// RISC-V builtin required extension warning
12004
12004
def err_riscv_builtin_requires_extension : Error<
12005
- "builtin requires%select{| at least one of the following extensions to be enabled }0: %1">;
12005
+ "builtin requires%select{| at least one of the following extensions}0: %1">;
12006
12006
def err_riscv_builtin_invalid_lmul : Error<
12007
12007
"LMUL argument must be in the range [0,3] or [5,7]">;
12008
12008
def err_riscv_type_requires_extension : Error<
Original file line number Diff line number Diff line change 11
11
// CHECK-RV64V-NEXT: ret i32 [[CONV]]
12
12
//
13
13
14
- // CHECK-RV64-ERR: error: builtin requires at least one of the following extensions to be enabled : 'Zve32x'
14
+ // CHECK-RV64-ERR: error: builtin requires at least one of the following extensions: 'Zve32x'
15
15
16
16
int test () {
17
17
return __builtin_rvv_vsetvli (1 , 0 , 0 );
You can’t perform that action at this time.
0 commit comments