File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs < %s \
3
- ; RUN: | FileCheck %s --check-prefix=RV32
4
- ; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s \
5
- ; RUN: | FileCheck %s --check-prefix=RV64
2
+ ; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs \
3
+ ; RUN: -riscv-v-vector-bits-min=0 < %s | FileCheck %s --check-prefix=RV32
4
+ ; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs \
5
+ ; RUN: -riscv-v-vector-bits-min=0 < %s | FileCheck %s --check-prefix=RV64
6
6
7
7
; This test would lead one of the DAGCombiner's visitVSELECT optimizations to
8
8
; call getSetCCResultType, from which we'd return an invalid MVT (<3 x i1>)
You can’t perform that action at this time.
0 commit comments