Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / SystemZ / inline-asm-v-constraint-novecfacility.ll
blob449be18281ccef202c6dea71c65db69f5e6641d4
1 ; RUN: not llc < %s -mtriple=s390x-linux-gnu -mcpu=zEC12 2>&1 | FileCheck %s
3 ; CHECK: error: couldn't allocate output register for constraint 'v'
5 define signext i32 @int_and_v(i32 signext %cc_dep1) {
6 entry:
7   %0 = tail call i32 asm sideeffect "", "=v,0"(i32 %cc_dep1)
8   ret i32 %0