We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c26680 commit 8800b11Copy full SHA for 8800b11
llvm/test/CodeGen/RISCV/vec3-setcc-crash.ll
@@ -1,8 +1,8 @@
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
+; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs \
+; RUN: -riscv-v-vector-bits-min=0 < %s | FileCheck %s --check-prefix=RV32
+; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs \
+; RUN: -riscv-v-vector-bits-min=0 < %s | FileCheck %s --check-prefix=RV64
6
7
; This test would lead one of the DAGCombiner's visitVSELECT optimizations to
8
; call getSetCCResultType, from which we'd return an invalid MVT (<3 x i1>)
0 commit comments