Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / RISCV / rve.ll
blob29b9bab61f7ff8359cc16835c371125ca10f412d
1 ; RUN: not --crash llc -mtriple=riscv32 -mattr=+e < %s 2>&1 | FileCheck %s
2 ; RUN: not --crash llc -mtriple=riscv64 -mattr=+e < %s 2>&1 | FileCheck %s
4 ; CHECK: LLVM ERROR: Codegen not yet implemented for RVE
6 define void @nothing() nounwind {
7   ret void