[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / llvm / test / CodeGen / SystemZ / mnop-mcount-02.ll
blobd6bb1ae7150aae8ca70eef623e7f164db52c2a6f
1 ; RUN: not --crash llc %s -mtriple=s390x-linux-gnu -o - 2>&1 | FileCheck %s
3 ; CHECK: LLVM ERROR: mnop-mcount only supported with fentry-call
5 define void @test1() #0 {
6 entry:
7   ret void
10 attributes #0 = { "instrument-function-entry-inlined"="mcount" "mnop-mcount" }